Search DaTutorials:  
HOME
Php Tutorials
Articles
Basics
Date and Time
File Manipulations
Forms
Functions
General
Interactivity
MySql
Navigation
News,Shoutboxes and Blogs
Language Structure and Data Types
Searching
Security
String Manipulation
User Information and Stats
Search For a Tutorial
Php Reference

pg_connection_reset

(PHP 4 >= 4.2.0, PHP 5)

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



Copyright © 2001-2004 The PHP Group
All rights reserved.

     Ringtone | Find a Better Job | Remortgages | Loans | Car Insurance
Home     Link To Us     Ad With Us     Contact Us     Tell A Friend     Affiliates     Blog     MsOfficeHelp