Opening book details…
Can I read Disable PHP Notice Error Reporting on EtoBox?
Disable PHP Notice Error Reporting by Prakash Koli Moi is a document available to read on EtoBox.
What is Disable PHP Notice Error Reporting about?
To turn off PHP notices, you can add error_reporting(0) to your PHP code to disable all error reporting. Alternatively, you can use error_reporting(E_ERROR | E_WARNING | E_PARSE) to report only simple runtime errors. The document provides examples of different error_reporting levels and how to set it using ini_set to control which types of errors or notices are displayed.
- Author
- Prakash Koli Moi
- Language
- EN