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

ini_set("display_errors", 0)

WBOY
Release: 2016-06-23 13:21:58
Original
2722 people have browsed it

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


回复讨论(解决方案)

双保险 

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template