PHP - restore_exception_handler() 函式



語法

bool restore_exception_handler ( void );

定義和用法

此函式用於在使用 set_exception_handler() 更改異常處理程式函式後,恢復到先前的異常處理程式(可能是內建函式或使用者定義函式)。

引數

序號 引數及描述
1

void

返回值

此函式始終返回 TRUE。

php_function_reference.htm
廣告