|
error_logSend 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
Return Values
Returns NotesWarning
error_log is not binary safe. Tip
Examples
Example #1 error_log examples
<?php Changelog
|