Skip to content
비버팩토리 기술 블로그
Search...
Main Navigation
Info
about
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
php 에러 로그 보는 법
#
아래 소스코드 참고 하자
php
error_reporting
(
E_ALL
);
ini_set
(
'
display_errors
'
,
'
1
'
);