Blogger Information
Blog 16
fans 0
comment 2
visits 16302
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
第二课 PHP变量的4大特点,命名规则,命名方法
长沙php专家
Original
699 people have browsed it

PHP变量的4大特点

1、有名字  小驼峰命名   $charlieBrown   变量用$美元符号声明,必须是下划线,字母开头,不可以是数字开头,区分大小写哦。

                大驼峰命名 $WonderfulGirl  变量用$美元符号声明,必须是下划线,字母开头,不可以是数字开头,区分大小写哦。

2、有作用域  每个变量,都是根据自己的需求功能开发,变量的作用功能明确清楚

3、有类型   PHP类型(字符串 、整数、浮点数、逻辑 判断ture or false、数组、对象 、NULL。)老师大概介绍了一下,后面会重点讲细节罗。期待中....... 

如何判断?

如何检查?

如何约束?

如何封装?

如何转换?

如何输出? 一次可以输出多个变量,用逗号隔开:echo $SiteName,$wonderfulGirl,$CharlieBrown;  要双引号还是单引号 还是不用,我还要再练习。

也可以用print打印输出,老师说老外用的最多的是print.

4、有运算规则  +-×÷,逻辑运算 暂时就这几种。期待更多高级课程   太棒了。 

 

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