Blogger Information
Blog 34
fans 0
comment 1
visits 22430
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
认识PHP与PHP环境搭建 - PHP培训
丝丝心动的博客
Original
693 people have browsed it

      1 . 认识PHP

   1.1  PHP是什么

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

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

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

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

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

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

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

1.2 PHP能干什么

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

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

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

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

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

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

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

     可以实现加密,压缩等其他功能

     可以提供接口数据,包括:小程序、APP、等其他语言

1574519241281747.jpg

1574519307331032.jpg


2  环境搭建

3.png


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