yohgaki         Mon Sep 30 05:22:36 2002 EDT

  Modified files:              
    /phpdoc/en/reference/pgsql/functions        pg-fetch-object.xml 
  Log:
  2nd parameter is optional from 4.1.0.
  
  
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml:1.7 
phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml:1.8
--- phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml:1.7 Wed Jun 12 02:52:12 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml     Mon Sep 30 05:22:36 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
   <refentry id="function.pg-fetch-object">
    <refnamediv>
@@ -11,7 +11,7 @@
      <methodsynopsis>
       <type>object</type><methodname>pg_fetch_object</methodname>
       <methodparam><type>resource</type><parameter>result</parameter></methodparam>
-      <methodparam><type>int</type><parameter>row</parameter></methodparam>
+      <methodparam 
+choice="opt"><type>int</type><parameter>row</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>result_type</parameter></methodparam>
      </methodsynopsis>
     <para>
@@ -37,6 +37,9 @@
      insignificant).
     </para>
     <note>
+     <para>
+      From 4.1.0, <parameter>row</parameter> is optional.
+     </para>
      <para>
       From 4.3.0, <parameter>result_type</parameter> is default to PGSQL_ASSOC while
       older versions' default was PGSQL_BOTH. There is no use for numeric property, 



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

Reply via email to