ini_set("display_errors", "On");//若页面不报错的话,请设置php.ini 的display_errors 为 On error_reporting(E_ALL);//报所有的错误
Posted 百里
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php设置报错级别相关的知识,希望对你有一定的参考价值。
ini_set("display_errors", "On");//若页面不报错的话,请设置php.ini 的display_errors 为 On error_reporting(E_ALL);//报所有的错误
以上是关于php设置报错级别的主要内容,如果未能解决你的问题,请参考以下文章
修改MySQL密码报错“ERROR 1819 (HY000): Your password does not satisfy the current policy requirements“(代码片段