PHP屏蔽缺点提示
方法一:
在有可能出错的函数前加@,然后or die(\公众\"大众)
如:
@mysql_connect(...) or die(\"大众Database Connect Error\公众)
方法二:
编辑php.ini ,查找\"大众display_errors =\公众 ,将“=”后面的值改为\"大众off。
方法三:
在php脚本前加error_reporting(0),屏蔽所有缺点提示。
个中,error_reporting配置缺点信息回报的等级。
语法:
int error_reporting(int [level]);
返回值:整数
以上便是php缺点屏蔽的详细内容,更多请关注其它干系文章!
更多技巧请《转发 + 关注》哦!