PHP error_log()

1 개요[ | ]

PHP error_log()
<?php
error_log("Database not available!", 0);
root@localhost:~# curl localhost/hello.php
[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 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}