PHP-Klasse::Error Handler Class 12.05.2007

Kurzbeschreibung: Handle PHP scripts execution errors
Veröffentlicht am: 12.05.2007
Gruppe(n):
- Debug
Beschreibung:
This class can be used to handle PHP scripts execution errors.
It provides an error handler callback function that may execute several types of actions when an PHP runtime error is triggered.
Currently it can either log the errors to a file, send a message to a given e-mail address, or show the error details on the current page if the user is a developer accessing the site from machine with a given IP address.
Link: Error Handler Class