restore_exception_handler
Recover the exception handling function defined previously
restore_exception_handler()
function restores the previous exception handler.
After changing the exception handler using set_exception_handler()
, this function can be used to restore the previous exception handler.
Tip: The previous exception handling function can be built-in or can be a user-defined function.
restore_exception_handler ( ) ;