Query: pg_connect_poll
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PG_CONNECT_POLL(3) PG_CONNECT_POLL(3) pg_connect_poll - Poll the status of an in-progress asynchronous PostgreSQL connection attempt.SYNOPSISint pg_connect_poll ([resource $connection])DESCRIPTIONpg_connect_poll(3) polls the status of a PostgreSQL connection created by calling pg_connect(3) with the PGSQL_CONNECT_ASYNC option.PARAMETERSo $connection - PostgreSQL database connection resource.RETURN VALUESReturns PGSQL_POLLING_FAILED, PGSQL_POLLING_READING, PGSQL_POLLING_WRITING, PGSQL_POLLING_OK, or PGSQL_POLLING_ACTIVE. PHP Documentation Group PG_CONNECT_POLL(3)
| Related Man Pages |
|---|
| pg_escape_string(3) - php |
| pg_client_encoding(3) - php |
| pg_end_copy(3) - php |
| pg_trace(3) - php |
| pg_version(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| User Guide: Posting in the Emergency Forum |
| Rules for Homework & Coursework Questions Forum |
| Forum Video Tutorial: How to Use Code Tags |
| Status of UNIX.COM Forum Transformation |