摘要:
is_numeric — 检测变量是否为数字或数字字符程序运行结果:'31' is numeric'1380' is numeric'1e4' is numeric'not numeric' is NOT numeric'Array' is NOT numeric'9.1' is numeric字符... 阅读全文
摘要:
很多朋友的php程序当php的版本升级到5.3以后,会出现"Deprecated: Assigning the return value of new by reference is deprecated in"显示出来。这是因为5.3以后,不能使用"=&"符号,可以直接用"="就可以了。所以当出现... 阅读全文