This is a standard error handler. You can find more information at the following url: http://us2.php.net/set_error_handler.
e($type, $msg, $file, $line)
Parameters | |
| Type | Contains the level of the error raised, as an integer |
| Msg | Contains the error message, as a string |
| File | Which contains the filename that the error was raised in, as a string |
| Line | Which contains the line number the error was raised at, as an integer |