PHP error_reporting() 错误控制函数功能详解
PHP error_reporting() 错误控制函数功能详解 [代码片段(11行)]
<?php //禁用错误报告 error_reporting(0); //报告运行时错误 error_reporting(E_ERROR | E_WARNING | E_PARSE); //报告所有错误 error_reporting(E_ALL); ?>
- 上一篇:php+mysql分页类
- 下一篇:PHP防XSS 防SQL注入的代码
精彩图集
精彩文章