Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<restore_error_handlerset_error_handler>
Last updated: Tue, 19 Sep 2006

restore_exception_handler

(PHP 5)

restore_exception_handler --  Restores the previously defined exception handler function

Description

bool restore_exception_handler ( void )

Used after changing the exception handler function using set_exception_handler(), to revert to the previous exception handler (which could be the built-in or a user defined function).

Return Values

This function always returns TRUE.




<restore_error_handlerset_error_handler>
Last updated: Tue, 19 Sep 2006