Current Location: Home> Function Categories> restore_error_handler

restore_error_handler

Restore the previous error handling function
Name:restore_error_handler
Category:Error handling
Programming Language:php
One-line Description:Recover the previous error handler.

Definition and usage

restore_error_handler() function restores the previous error handler.

After changing the error handler using set_error_handler() , this function can be used to restore the previous error handler.

Tip: The previous error handling function can be built-in or can be a user-defined function.

grammar

 restore_error_handler ( ) ;
Similar Functions
Popular Articles