pg_connect_poll
Test le statut d'une tentative de connexion asynchrone PostgreSQL en cours
&reftitle.description;
intpg_connect_poll
PgSql\Connectionconnection
La fonction pg_connect_poll teste le statut d'une connexion
PostgreSQL créée en appelant la fonction pg_connect avec
l'option PGSQL_CONNECT_ASYNC.
&reftitle.parameters;
connection
&pgsql.parameter.connection;
&reftitle.returnvalues;
Retourne la constante PGSQL_POLLING_FAILED,
PGSQL_POLLING_READING,
PGSQL_POLLING_WRITING,
PGSQL_POLLING_OK, ou la constante
PGSQL_POLLING_ACTIVE.
&reftitle.changelog;
&Version;
&Description;
&pgsql.changelog.connection-object;