PHP Tutorial - 11 - Error Reporting.
#PHP Tutorial - 11 - Error Reporting
The error reporting function is a built-in PHP function that allows developers to control which and how many errors will be shown in the application. Remember, the PHP ini configuration has an error_reporting directive that will be set by this function during runtime. error_reporting(0);