PHP error_log()

Jmnote bot (토론 | 기여)님의 2020년 11월 2일 (월) 02:57 판 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

PHP error_log()
PHP
Copy
<?php
error_log("Database not available!", 0);
Console
Copy
root@localhost:~# curl localhost/hello.php
Console
Copy
[Wed Dec 11 02:32:00.678306 2019] [php7:notice] [pid 18] [client 127.0.0.1:34546] Database not available!
127.0.0.1 - - [11/Dec/2019:02:32:00 +0000] "GET /hello.php HTTP/1.1" 200 275 "-" "curl/7.58.0"

2 참고[ | ]