php.ini屏蔽错误后的调试方法

在php最前面加上:

ini_set(‘display_errors’,true);
error_reporting(E_ALL);

留言