[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-ping.xml From: Cornelia Boenigk (c <email protected>)
Date: 02/27/03

conni Thu Feb 27 17:57:54 2003 EDT

  Modified files:
    /phpdoc/en/reference/pgsql/functions pg-ping.xml
  Log:
  corrected return-type and example headline
  
Index: phpdoc/en/reference/pgsql/functions/pg-ping.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-ping.xml:1.2 phpdoc/en/reference/pgsql/functions/pg-ping.xml:1.3
--- phpdoc/en/reference/pgsql/functions/pg-ping.xml:1.2 Sat Oct 12 06:04:46 2002
+++ phpdoc/en/reference/pgsql/functions/pg-ping.xml Thu Feb 27 17:57:54 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
   <refentry id="function.pg-ping">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
- <type>array</type><methodname>pg_ping</methodname>
+ <type>bool</type><methodname>pg_ping</methodname>
       <methodparam><type>resource</type><parameter>connection</parameter></methodparam>
      </methodsynopsis>
     <para>
@@ -23,7 +23,7 @@
     </para>
     <para>
      <example>
- <title>PostgreSQL fetch array</title>
+ <title>PostgreSQL ping</title>
       <programlisting role="php">
 <![CDATA[
 <?php

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php