restore_exception_handler() - 语法
bool restore_exception_handler ( void );
在使用set_exceptionhandler()更改异常处理程序函数后,将使用此函数,以恢复到以前的异常处理程序(可以是内置的或用户定义的函数)。
restore_exception_handler() - 返回值
此函数始终返回TRUE。
bool restore_exception_handler ( void );
在使用set_exceptionhandler()更改异常处理程序函数后,将使用此函数,以恢复到以前的异常处理程序(可以是内置的或用户定义的函数)。
此函数始终返回TRUE。