update : 2015.11.03
php.shukuma.com검색:
|
error_log(PHP 4, PHP 5, PHP 7) error_log — Send an error message to the defined error handling routines 설명
bool error_log
( string
$message
[, int $message_type = 0
[, string $destination
[, string $extra_headers
]]] )Sends an error message to the web server's error log or to a file. 인수
반환값
성공 시 주의Warning
error_log() is not binary safe. Tip
예제
Example #1 error_log() examples
<?php 변경점
|