(PHP 4, PHP 5)
error_log — Send an error message to the defined error handling routines
Description
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.
Parameters
message
The error message that should be logged.
message_type
Says where the error should go. The possible message types are as
follows:
error_log() log types
0
...