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

pg_connect_poll - Poll the status of an in-progress asynchronous PostgreSQL connection attempt. | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

pg_connect_poll

(PHP 5 >= 5.6.0, PHP 7)

pg_connect_poll Poll the status of an in-progress asynchronous PostgreSQL connection attempt.

説明

int pg_connect_poll ([ resource $connection ] )

pg_connect_poll() polls the status of a PostgreSQL connection created by calling pg_connect() with the PGSQL_CONNECT_ASYNC option.

パラメータ

connection

PostgreSQL database connection resource.

返り値

Returns PGSQL_POLLING_FAILED, PGSQL_POLLING_READING, PGSQL_POLLING_WRITING, PGSQL_POLLING_OK, or PGSQL_POLLING_ACTIVE.


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

フォーラムで「pg_connect_poll - Poll the status of an in-progress asynchronous PostgreSQL connection attempt.」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | pg_connect_poll - Poll the status of an in-progress asynchronous PostgreSQL connection attempt.」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: