PHP define()

2021-05-17 10:30

阅读:525

标签:get   字符串   fun   访问   blank   ref   efi   .com   asp   

定义和用法
define() 函数定义一个常量。
常量类似变量,不同之处在于:
在设定以后,常量的值无法更改
常量名不需要开头的美元符号 ($)
作用域不影响对常量的访问
常量值只能是字符串或数字

http://www.w3school.com.cn/php/func_misc_define.asp

PHP define()

标签:get   字符串   fun   访问   blank   ref   efi   .com   asp   

原文地址:http://www.cnblogs.com/lilei9110/p/7744686.html


评论


亲,登录后才可以留言!