restore_exception_handler() - 语法

bool restore_exception_handler ( void );

在使用set_exceptionhandler()更改异常处理程序函数后,将使用此函数,以恢复到以前的异常处理程序(可以是内置的或用户定义的函数)。

restore_exception_handler() - 返回值

此函数始终返回TRUE。

参考链接

https://www.learnfk.com/php/php-function-restore-exception-handler.html