derick          Thu Oct  3 02:23:24 2002 EDT

  Modified files:              
    /phpdoc/en/reference/pgsql/functions        pg-pconnect.xml 
  Log:
  - Fix return value
  
  
Index: phpdoc/en/reference/pgsql/functions/pg-pconnect.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-pconnect.xml:1.2 
phpdoc/en/reference/pgsql/functions/pg-pconnect.xml:1.3
--- phpdoc/en/reference/pgsql/functions/pg-pconnect.xml:1.2     Wed Apr 17 02:43:21 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-pconnect.xml Thu Oct  3 02:23:24 2002
@@ -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.82 -->
   <refentry id="function.pg-pconnect">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>int</type><methodname>pg_pconnect</methodname>
+     <type>resource</type><methodname>pg_pconnect</methodname>
      
<methodparam><type>string</type><parameter>connection_string</parameter></methodparam>
     </methodsynopsis>
     <para>



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

Reply via email to