検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 191 for Handler (0.005 sec.)
以前の例外ハンドラ関数を回復する 9187
« restore_error_handler set_error_handler » PHP Manual エラー処理関数 以前の例外ハンドラ関数を回 ... 復する restore_exception_handler (PHP 5, PHP 7, PHP 8) restore_exception_handler... の例外ハンドラ関数を回復する 説明 restore_exception_handler (): bool set_exception_handler() を使用して例外ハン ... 数は常に true を返します。 例 例1 restore_exception_handler() の例 <?php function exception_handler_1 ( Except ... . '] ' . $e -> getMessage (); } function exception_handler_2 ( Exception $e ) { echo '[' . __FUNCTION__ . '] ...
https://man.plustar.jp/php/function.restore-exception-handler.html - [similar]
定義済み定数 8664
« リソース型 例 » PHP Manual 出力制御 定義済み定数 定義済み定数 以下の定数は、PHP コアに含まれて ... おり、常に利用可能です。 PHP_OUTPUT_HANDLER_START ( int ) 出力バッファリングが始まったことを表 ... します。 PHP_OUTPUT_HANDLER_WRITE ( int ) 出力バッファがフラッシュされ、データ ... が出力されたことを表します。 PHP_OUTPUT_HANDLER_FLUSH ( int ) バッファがフラッシュされたことを表し ... ます。 PHP_OUTPUT_HANDLER_CLEAN ( int ) 出力バッファが消去されたことを表しま ...
https://man.plustar.jp/php/outcontrol.constants.html - [similar]
のエイリアス ibase_free_event_handler 8501
« fbird_field_info fbird_free_query » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_free ... _event_handler fbird_free_event_handler (PHP 5, PHP 7 < 7.4.0) fb ... ird_free_event_handler — のエイリアス ibase_free_event_handler() 説明 この ... 関数は次の関数のエイリアスです。 ibase_free_event_handler() . 参考 fbird_set_event_handler() - のエイリアス ... ibase_set_event_handler 関連キーワード: event , handler , free , ibase , f ...
https://man.plustar.jp/php/function.fbird-free-event-handler.html - [similar]
以前のエラーハンドラ関数を回復する 8501
« error_reporting restore_exception_handler » PHP Manual エラー処理関数 以前のエラーハンドラ関数 ... を回復する restore_error_handler (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) restore_erro ... r_handler — 以前のエラーハンドラ関数を回復する 説明 restore_ ... error_handler (): bool set_error_handler() を使用してエラーハンド ... の関数は常に true を返します。 例 例1 restore_error_handler() の例 unserialize() がエラーを発生した場合に 元の ...
https://man.plustar.jp/php/function.restore-error-handler.html - [similar]
のエイリアス ibase_set_event_handler 8468
« fbird_service_detach fbird_trans » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_set_e ... vent_handler fbird_set_event_handler (PHP 5, PHP 7 < 7.4.0) fbi ... rd_set_event_handler — のエイリアス ibase_set_event_handler() 説明 この ... 関数は次の関数のエイリアスです。 ibase_set_event_handler() . 参考 fbird_free_event_handler() - のエイリアス ... ibase_free_event_handler fbird_wait_event() - のエイリアス ibase_wait_event ...
https://man.plustar.jp/php/function.fbird-set-event-handler.html - [similar]
イベントが発生した際にコールされるコールバック関数を登録する 8337
« ibase_service_detach ibase_trans » PHP Manual Firebird/InterBase 関数 イベントが発生した際にコ ... ールされるコールバック関数を登録する ibase_set_event_handler (PHP 5, PHP 7 < 7.4.0) ibase_set_event_handler — イ ... れるコールバック関数を登録する 説明 ibase_set_event_handler ( callable $event_handler , string $event_name , s ... tring ...$even_names ): resource ibase_set_event_handler ( resource $connection , callable $event_handler , ... して PHP ユーザー関数を登録します。 パラメータ event_handler コールバックは、データベースから特定のイベントが送 ...
https://man.plustar.jp/php/function.ibase-set-event-handler.html - [similar]
開始要素および終了要素のハンドラを設定する 8272
« xml_set_default_handler xml_set_end_namespace_decl_handler » PHP Manual XML パーサ 関数 開始要 ... 素および終了要素のハンドラを設定する xml_set_element_handler (PHP 4, PHP 5, PHP 7, PHP 8) xml_set_element_handl ... び終了要素のハンドラを設定する 説明 xml_set_element_handler ( XMLParser $parser , callable $start_handler , ca ... llable $end_handler ): bool XML パーサ parser の要素ハンドラ関数を設定 ... します。 start_handler および end_handler は、 xml_parse() が parser を コ ...
https://man.plustar.jp/php/function.xml-set-element-handler.html - [similar]
ユーザー定義の例外ハンドラ関数を設定する 8076
« set_error_handler trigger_error » PHP Manual エラー処理関数 ユーザー定義の例外ハンドラ関数を設 ... 定する set_exception_handler (PHP 5, PHP 7, PHP 8) set_exception_handler — ユー ... 定義の例外ハンドラ関数を設定する 説明 set_exception_handler ( ? callable $callback ): ? callable 例外が try/ca ... ます。 ハンドラのシグネチャは、次のようになります。 handler ( Throwable $ex ): void null を渡すと、このハンドラ ... い場合にも null が返されます。 例 例1 set_exception_handler() の例 <?php function exception_handler ( Throwabl ...
https://man.plustar.jp/php/function.set-exception-handler.html - [similar]
CQL Execution 8043
« CommonMark\CQL::__construct CommonMark 関数 » PHP Manual CommonMark\CQL CQL Execution CommonMa ... \CQL::__invoke ( CommonMark\Node $root , callable $handler ) Shall invoke the current CQL function on the giv ... en root , executing the given handler on entry to a CommonMark\Node パラメータ root the ... root node of a tree handler should have the prototype: handler ( CommonMark\No ... $root , CommonMark\Node $entering ): ? bool Should handler fail to return (void), or return null , CQL will c ...
https://man.plustar.jp/php/commonmark-cql.invoke.html - [similar]
指定されたシグナルの現在のハンドラを取得する 8010
« pcntl_signal_dispatch pcntl_signal » PHP Manual PCNTL 関数 指定されたシグナルの現在のハンドラを ... 取得する pcntl_signal_get_handler (PHP 7 >= 7.1.0, PHP 8) pcntl_signal_get_handler... ナルの現在のハンドラを取得する 説明 pcntl_signal_get_handler ( int $signal ): callable | int pcntl_signal_get_h ... す。 変更履歴 バージョン 説明 7.1.0 pcntl_signal_get_handler() 関数が追加されました。 例 例1 pcntl_signal_get_h ... andler() の例 <?php var_dump ( pcntl_signal_get_handler ( SIGUSR1 )); // Outputs: int(0) function pcntl_te ...
https://man.plustar.jp/php/function.pcntl-signal-get-handler.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT