Date: 10/03/02
- Next message: Sascha Schumann: "[PHP-DOC] cvs: phpdoc /en/reference/session reference.xml"
- Previous message: derick <email protected>: "[PHP-DOC] #19727 [Opn->Csd]: Diffrent return-types on pg_connect and pg_pconnect"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Sascha Schumann: "[PHP-DOC] cvs: phpdoc /en/reference/session reference.xml"
- Previous message: derick <email protected>: "[PHP-DOC] #19727 [Opn->Csd]: Diffrent return-types on pg_connect and pg_pconnect"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

