[PHP] - PHP 오류 표시 ( ini_set )

PHP 2016. 11. 22. 09:45
반응형

<?php

error_reporting(E_ALL);

ini_set("display_errors", 1);

?>


반응형
: