Home >Backend Development >PHP Tutorial >ini_set("display_errors", 0)

ini_set("display_errors", 0)

WBOY
WBOYOriginal
2016-06-23 13:21:582751browse

error_reporting(0);ini_set("display_errors", 0);  //没明白这句有什么用  上面error_reporting(0)不显示错误报告


回复讨论(解决方案)

双保险 

如楼上所说,是同一个意思:不显示错误报告

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