陈宝
2016-01-09 17:00
ini_set("track_errors",1);里面的",1"是什么意思,
这个函数是设置错误提示,有两个Boolean值0或者1,默认是0,而‘1’的意思是将出错的地方显示出来。
手册中的解释意思是:If enabled, the last error message will always be present in the variable
具体参看这个链接
http://www.yesky.com/imagesnew/software/php/zh/ref.errorfunc.html
1表示开启,最后的一个错误将永远存在于变量 $php_errormsg 中。
PHP入门篇
455956 学习 · 6306 问题
相似问题