HostingTrade :: Powerful Hosting Solutions
Home Hosting Domains Support About
Satisfied Customers - that's our brand...
Client Login




Support
FAQ
Forums
HelpDesk (NEW!)

Documentation

Statistics
Goodies
HostingTrade.com Web Hosting
Status Verified by
Web Hosting Stuff

Monitored by
UptimeAgent

DNameTrade.com :: Low Cost Domain Names
.: Useful Links :.

Confused with
tech-lingo?

NetLingo.com
Documentation

pg_connection_reset

(PHP 4 >= 4.2.0)

pg_connection_reset --  Reset connection (reconnect)

Description

bool pg_connection_reset ( resource connection)

pg_connection_reset() resets the connection. It is useful for error recovery. Returns TRUE on success or FALSE on failure.

Example 1. pg_connection_reset() example

<?php
    $dbconn
= pg_connect("dbname=publisher") or die("Could not connect");
    
$dbconn2 = pg_connection_reset($dbconn);
    if (
$dbconn2) {
        echo
"reset successful\n";
    } else {
        echo
"reset failed\n";
    }
?>

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

 
© 2003-2009 . Service Line, Inc.
2Checkout.com, Inc. is an authorized retailer of HostingTrade.com