現在の位置: ホーム> 関数カテゴリ一覧> restore_exception_handler

restore_exception_handler

以前に定義された例外処理機能を回復します
名前:restore_exception_handler
カテゴリ:エラー処理
対応言語:php
一言説明:以前の例外ハンドラーを復元します。

定義と使用法

restore_exception_handler()関数は、以前の例外ハンドラーを復元します。

set_exception_handler()を使用して例外ハンドラーを変更した後、この関数を使用して以前の例外ハンドラーを復元できます。

ヒント:以前の例外処理機能を組み込み、ユーザー定義の関数にすることができます。

文法

restore_exception_handler ( ) ;
類似の関数
人気記事(にんききじ)