Fury-Tech Logo
Home  News  Articles  Reviews  Guides  Resources  Forums 
Fury-Tech // Technology news, hardware and game reviews, guides, articles, and resources   
Search:


There are currently 0 members and 20 guests browsing on Fury-Tech.

SEO Scripts
SEO Scripts
List Cleaner Script
Keyword Cleaner
Free Host
Free Host
BidVerve Directory
BidVerve Directory
Directory Grow
Directory Grow


Join our community in the tech forums for uncut technology discussion.

pg_connection_status


(PHP 4 >= 4.2.0, PHP 5)

pg_connection_status --  Get connection status

Description

int pg_connection_status ( resource connection )

pg_connection_status() returns a connection status. Possible statuses are PGSQL_CONNECTION_OK and PGSQL_CONNECTION_BAD. The return value 0 as integer indicates a valid connection.

Examples

Example 1. pg_connection_status() example

<?php
  $dbconn
= pg_connect("dbname=publisher") or die("Could not connect");
  
$stat = pg_connection_status($dbconn);
  if (
$stat === 0) {
      echo
'Connection status ok';
  } else {
      echo
'Connection status bad';
  }    
?>

Join our community in the tech forums for uncut technology discussion.



©2007 Fury-Tech | Tech News, Hardware Reviews, Forums, Guides, and more.

Web Hosting by Intavant

Tech News | Articles | Reviews | Guides | Resources | Tech Forums