set_exception_handler

(PHP 5)

set_exception_handler --  Sets a user-defined exception handler function

Description

string set_exception_handler ( callback exception_handler)

Returns the previously defined exception handler, or FALSE on error.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

See also restore_exception_handler(), restore_error_handler(), and error_reporting().