Turn off warnings and errors on PHP and MySQL

前端 未结 6 1328
北荒
北荒 2020-11-27 11:30

I am getting expected notices and warnings and would like to turn them off in my PHP file. The error is:

Warning: fsockopen()

And the notic

6条回答
  •  一个人的身影
    2020-11-27 12:18

    You can set the type of error reporting you need in php.ini or by using the error_reporting() function on top of your script.

提交回复
热议问题