pg_connection_reset

(PHP 4 CVS only)

pg_connection_reset --  Reset connection (reconnect)

Description

bool pg_connection_reset ( resource connection)

pg_connection_reset() reset connection with the same parameter when connection is made. It is useful for error recovery. It returns TRUE if it resets connection successfully, otherwise returns FALSE.

See also pg_connect(), pg_pconnect() and pg_connection_status()