Php-function-restore-exception-handler

提供:Dev Guides
2020年6月23日 (火) 02:46時点におけるMaintenance script (トーク | 投稿記録)による版 (Imported from text file)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

PHP-関数restore_exception_handler()

構文

bool restore_exception_handler ( void );

定義と使い方

この関数は、set_exception_handler()を使用して例外ハンドラー関数を変更した後に使用され、前の例外ハンドラー(組み込み関数またはユーザー定義関数)に戻ります。

パラメーター

Sr.No Parameter & Description
1

void

NA

戻り値

この関数は常にTRUEを返します。