restore_error_handler 还原之前的错误处理函数 &reftitle.description; truerestore_error_handler 在使用 set_error_handler 改变错误处理函数之后,此函数可以 用于还原之前的错误处理程序(可以是内置的或者也可以是用户所定义的函数)。 &reftitle.parameters; &no.function.parameters; &reftitle.returnvalues; &return.true.always; &reftitle.examples; <function>restore_error_handler</function> 范例 如果是 unserialize 导致了一个错误,接下来 会恢复原来的错误处理函数。 ]]> &example.outputs; &reftitle.seealso; error_reporting set_error_handler get_error_handler restore_exception_handler trigger_error