pg_connect_poll
Poll the status of an in-progress asynchronous PostgreSQL connection
attempt.
Beschreibung
int pg_connect_poll
([ resource $connection
] )
Parameter-Liste
-
connection
-
PostgreSQL database connection resource.
Rückgabewerte
Returns PGSQL_POLLING_FAILED,
PGSQL_POLLING_READING,
PGSQL_POLLING_WRITING,
PGSQL_POLLING_OK, or
PGSQL_POLLING_ACTIVE.