PHP error_reporting(0)
int error_reporting([int $level])
$level:新的error_reporting级别。
返回值:返回旧的error_reporting级别,或者在level参数未给出时返回当前的级别。
error_reporting(0);//关闭所有php错误报告
转发:https://www.cnblogs.com/carolina/p/5368316.html
标签:level,int,reporting,error,PHP,级别 From: https://www.cnblogs.com/haokan/p/16934942.html