简体中文
restore_exception_handler() 函数恢复之前的异常处理程序。
restore_exception_handler()
在使用 set_exception_handler() 改变异常处理函数之后,此函数可以用于还原之前的异常处理程序。
set_exception_handler()
提示:之前的异常处理函数可以是内置的或者也可以是用户所定义的函数。
restore_exception_handler();