February 2013
Intermediate to advanced
538 pages
20h 55m
English
error_get_last
array error_get_last()
Returns an associative array of information about the most
recent error that occurred, or NULL
if no errors have yet occurred while processing the current script.
The following values are included in the array:
| The type of error |
| Printable version of the error |
| The full path to the file where the error occurred |
| The line number within the file where the error occurred |
Read now
Unlock full access