본문 바로가기
Programming/PHP

PHP 에러 출력하기

by Berasix 2023. 2. 1.
반응형
<?php
	error_reporting(E_ALL);
	ini_set('display_errors', '1');
?>
728x90

댓글