Answers for "php hide errors and warnings"

PHP
0

composer install ubuntu

sudo curl -s https://getcomposer.org/installer | phpmixed
Posted by: Guest on June-12-2020
0

composer install ubuntu

sudo apt-get updatemixed
Posted by: Guest on June-12-2020
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

Browse Popular Code Answers by Language