Answers for "php.ini hid all errors and warnings"

PHP
1

php hide errors

ini_set('display_errors', 0);
ini_set('display_startup_errors', 0);
error_reporting(0);

/* [email protected] */
Posted by: Guest on April-27-2021

Code answers related to "php.ini hid all errors and warnings"

Browse Popular Code Answers by Language