PHP restore_exception_handler()函数
语法
bool restore_exception_handler ( void );
定义和用途
这个函数用于在使用set_exception_handler()之后,恢复到之前的异常处理程序(可以是内置的或用户定义的函数)。
参数
Sr.No | Parameter & Description |
---|---|
1 | void NA |
返回值
此函数始终返回TRUE。
bool restore_exception_handler ( void );
这个函数用于在使用set_exception_handler()之后,恢复到之前的异常处理程序(可以是内置的或用户定义的函数)。
Sr.No | Parameter & Description |
---|---|
1 | void NA |
此函数始终返回TRUE。