define("p",3.14)定义的P必须为双引号么?
bool define(string $constant_name, mixed $value[, $case_sensitive = true])
其中string表示参数类型为字符串类型,既然为字符串类型就要加引号,但并不一定是双引号,也可以是单引号。
以上内容为个人理解,不保证正确,仅供参考。
bool这是用来做什么的??
我吧双引号去掉了也能输出