php怎么关闭warning提示
程序员文章站
2022-03-08 13:40:45
...
php关闭warning提示的方法是:可以通过error_reporting()函数来实现。error_reporting()函数可以设置当前脚本的错误报告级别。具体代码为:【error_reporting(0);】。
要关闭warning提示可以通过error_reporting()函数来实现。
(推荐教程:php教程)
相关函数介绍:
error_reporting() 函数规定报告哪个错误。该函数设置当前脚本的错误报告级别。该函数返回旧的错误报告级别。
函数语法:
error_reporting(report_level)
参数介绍:
report_level 可选。规定当前脚本的错误报告级别。值数字和常量名都能接受,但是,考虑未来的 PHP 版本的兼容性,推荐使用常量名。
代码实现:
<?php error_reporting(0); ?>
以上就是php怎么关闭warning提示的详细内容,更多请关注其它相关文章!
上一篇: php安全模式关闭的方法
推荐阅读
-
怎么在PHP中设置session永久有效,除非关闭浏览器
-
phpStorm 新建一个php文件一写上东西就有红线提示Expecting Statement怎么解?
-
php 在执行mysql 失败后 怎么写错误提示
-
php pcntl_fork怎么关闭子进程
-
php 提示Warning: mysql
-
php调用多个存储过程时,怎么让连接不关闭。
-
phpstorm中js和php代码混用有错误提示,但是其实没问题,怎么关闭呢?
-
htaccess怎么关闭php错误
-
Laravel访问出错提示:`Warning: require(/vendor/autoload.php): failed to open stream: No such file or di解决方法
-
Laravel访问出错提示:`Warning: require(/vendor/autoload.php): failed to open stream: No such file or di解决方法