Php-function-restore-exception-handler

提供:Dev Guides
移動先:案内検索

PHP-関数restore_exception_handler()

構文

bool restore_exception_handler ( void );

定義と使い方

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

パラメーター

Sr.No Parameter & Description
1

void

NA

戻り値

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