PHP - restore_exception_handler() 函数



语法

bool restore_exception_handler ( void );

定义和用法

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

参数

序号 参数及描述
1

void

返回值

此函数始终返回 TRUE。

php_function_reference.htm
广告

© . All rights reserved.