PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

PDO::pgsqlGetNotify - Get asynchronous notification | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

PDO::pgsqlGetNotify

(PHP 5 >= 5.6.0, PHP 7)

PDO::pgsqlGetNotifyGet asynchronous notification

説明

public array PDO::pgsqlGetNotify ([ int $result_type = PDO::FETCH_USE_DEFAULT [, int $ms_timeout = 0 ]] )

Returns a result set representing a pending asynchronous notification.

パラメータ

result_type

The format the result set should be returned as, represented as a PDO::FETCH_* constant.

ms_timeout

The length of time to wait for a response, in milliseconds.

返り値

If one or more notifications is pending, returns a single row, with fields message and pid, otherwise returns FALSE.


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「PDO::pgsqlGetNotify - Get asynchronous notification」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | PDO::pgsqlGetNotify - Get asynchronous notification」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: