restore_error_handler
Restore the previous error handling function
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.
restore_error_handler ( ) ;