pg_connection_status

pg_connection_status -- Gibt den Verbindungsstatus zurück

Beschreibung

int pg_connection_status ( resource connection)

pg_connection_status( ) gibt den Status der Verbindung zurück . Mögliche Werte sind : PGSQL_CONNECTION_OK oder PGSQL_CONNECTION_BAD .

Siehe auch pg_connection_busy( )