Home  >  Article  >  Backend Development  >  php 异常信息显示

php 异常信息显示

WBOY
WBOYOriginal
2016-06-13 11:00:10798browse

php 错误信息显示

ini_set('display_errors',1);
ini_set('html_errors',1);


error_reporting(E_ERROR | E_PARSE);

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn