pg_connection_reset

(PHP 4 = 4.2.0)

pg_connection_reset -- 接続をリセット(再接続)する

説明

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()