|
PHP5中文手册
error_log(PHP 4, PHP 5) error_log — Send an error message somewhere 说明
bool error_log
( string $message
[, int $message_type
[, string $destination
[, string $extra_headers
]]] )
Sends an error message to the web server's error log, a TCP port or to a file. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 error_log() examples
<?php |