How to use error log in PHP
This article describe about error_log() function in PHP.
error_log() function
The server error log a file or remote destination return by the error_log() function.
Return True if complete successfully otherwise false.
Syntax
error_log( error, type, destination, headers)
|
Example
Output

You may also want to read these related articles Click here
Ask Your Question
Got a programming related question? You may want to post your question here
Programming Answers here