无涯教程-PHP错误处理函数 - restore_exception_handler()

30 阅读1分钟

restore_exception_handler() - 语法

bool restore_exception_handler ( void );

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

restore_exception_handler() - 返回值

此函数始终返回TRUE。

参考链接

www.learnfk.com/php/php-fun…