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.

Waarschuwing

Deze functie is op het moment niet gedocumenteerd, alleen de lijst met argumenten is beschikbaar.

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