Blogger Information
Blog 60
fans 1
comment 1
visits 64415
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
自己理解php的变量命名规则及web服务器的访问原理_2018年8月21日
PHP学习
Original
737 people have browsed it

1、变量命名必须以$符号开头。

2、变量名必须是以字母、下划线以及后面可以跟上数字。

3、变量名不能以数字及以一些其它的特殊字符。

例如:$Name     $UserName    $_name都是正确的变量命名。

错误的:$1name     $%name都是错误的命名。

现在通用的命名规范以小驼峰或者大驼峰为主。目前主流的是以小驼峰为主。

web服务器的访问原理:

用户请求发送到web服务器(就是一台电脑),经过web服务器处理后,将用户想要的值通过浏览器,返回给用启。web服务器要处理php语句。必须要有支持处理php语句的软件。一般通用的是apache、mysql、php可装到windows电脑或者liunx电脑上面,就可以进行web服务器处理Php语句。

Correction status:Uncorrected

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