pg_consume_input
(PHP 5 >= 5.6.0, PHP 7, PHP 8)
pg_consume_input — 接続の入力を読み取る
説明
pg_consume_input() は、データベースサーバーからの 読み取りを待っているすべての入力を消費します。
パラメータ
connection
-
PgSql\Connection クラスのインスタンス。
変更履歴
バージョン | 説明 |
---|---|
8.1.0 |
connection は、PgSql\Connection クラスのインスタンスを期待するようになりました。
これより前のバージョンでは、リソース を期待していました。
|
+add a note
User Contributed Notes
There are no user contributed notes for this page.