pg_connection_reset

(PHP 4 >= 4.2.0, PHP 5)

pg_connection_reset --  Setzt die Verbindung zurück und verbindet neu

Beschreibung

bool pg_connection_reset ( resource connection)

pg_connection_reset() setzt die Verbindung zurück und erstellt sie neu. Falls die Verbindung erfolgreich neu aufgebaut werden konnte, wird TRUE zurückgegeben, FALSE sonst.

Siehe auch pg_connect(), pg_pconnect() und pg_connection_status()