Current Location: Home> Function Categories> restore_exception_handler

restore_exception_handler

Recover the exception handling function defined previously
Name:restore_exception_handler
Category:Error handling
Programming Language:php
One-line Description:Restore previous exception handler.

Definition and usage

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.

grammar

 restore_exception_handler ( ) ;
Similar Functions
Popular Articles