Blogger Information
Blog 32
fans 1
comment 0
visits 23141
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP基础-PHP培训第九期线上班
淡月
Original
513 people have browsed it



1、PHP 是什么 

PHP(Hypertext Preprocessor 超文本预处理器) 的简称

PHP是通用的,免费开源的,运行在服务器端的脚本编程语言

通用:指跨平台,如:Windows、Linux、MacOS

免费:意味着你不必为PHP花一分钱,哪怕用在商业项目中

开源:意味着你可以轻松获取全部源代码,并进行定制或扩展

服务器端:意味着你必须将它安装在服务器环境下才可以使用

脚本语言:意味着与JS一样,也是解释型语言,按编写顺序执行

2、PHP 能做什么

可以快速动态的生成HTML页面

可以返回前端需要的各种类型的数据

可以高效安全的处理表单数据

可以控制与客户端的会话( Cookie/Session )

可以安全的操作服务器上的文件

可以对用户的行为进行授权控制

可以高效安全的操作各种类型的数据库通过扩展,

可以实现加密,压缩等其他功能可以提供接口数据,包括:小程序、APP、等其他语言


Correcting teacher:查无此人查无此人

Correction status:qualified

Teacher's comments:完成的不错。
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post