본문 바로가기

카테고리 없음

[PHP] 오류(에러) 확인하기


error_reporting(E_ALL);

ini_set("display_errors", 1);