pg_connect_poll(3) php man page | unix.com

Man Page: pg_connect_poll

Operating Environment: php

Section: 3

PG_CONNECT_POLL(3)														PG_CONNECT_POLL(3)

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

SYNOPSIS
int pg_connect_poll ([resource $connection])
DESCRIPTION
pg_connect_poll(3) polls the status of a PostgreSQL connection created by calling pg_connect(3) with the PGSQL_CONNECT_ASYNC option.
PARAMETERS
o $connection - PostgreSQL database connection resource.
RETURN VALUES
Returns 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_transaction_status(3) - php
pg_client_encoding(3) - php
pg_close(3) - php
pg_last_error(3) - php
pg_version(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
UNIX.COM 2017 Year End Summary
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch