Answers for "php hide errores"

PHP
1

ubuntu install composer

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
Posted by: Guest on June-10-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