PHP第二种特殊类型—空类型
NULL(NULL):NULL是空类型,对大小写不敏感,NULL类型只有一个取值,表示一个变量没有值,当被赋值为NULL,或者尚未被赋值,或者被unset(),这三种情况下变量被认为为NULL。
NULL(NULL):NULL是空类型,对大小写不敏感,NULL类型只有一个取值,表示一个变量没有值,当被赋值为NULL,或者尚未被赋值,或者被unset(),这三种情况下变量被认为为NULL。
2017-03-07
Notice: Undefined variable: P in /54/804/J4DE/index.php on line 4
3.14
Notice: Use of undefined constant PII - assumed 'PII' in /54/804/J4DE/index.php on line 8
PII
什么鬼?
3.14
Notice: Use of undefined constant PII - assumed 'PII' in /54/804/J4DE/index.php on line 8
PII
什么鬼?
2017-03-06