Easy Tutorial
❮ Func Ftp Size Php Includes ❯

PHP restore_exception_handler() Function



Definition and Usage

The restore_exception_handler() function restores the previous exception handler.

This function is used to revert to the previous exception handler after it has been changed by the set_exception_handler() function.

It always returns TRUE.

Syntax


Tips and Notes

Tip: The previous exception handler could be either the built-in exception handler or a user-defined function.


Example

The output of the above code is as follows:


❮ Func Ftp Size Php Includes ❯