首页 > 代码库 > PHP显示全部错误

PHP显示全部错误

 
<?php
ini_set("display_errors","On"); 
error_reporting(E_ALL);

 

本文出自 “突破中的IT结构师” 博客,请务必保留此出处http://virusswb.blog.51cto.com/115214/1529793