PHP
[PHP] DISPLAY ERROR
rairen
2021. 9. 2. 09:40
에러 출력 표시
error_reporting( E_ALL );
ini_set( "display_errors", 1 );
반응형