didou           Tue Aug 12 04:56:59 2003 EDT

  Added files:                 
    /phpdoc/en/reference/oci8/functions ocicloselob.xml 
                                        ociwritetemporarylob.xml 

  Modified files:              
    /phpdoc/en/reference/oci8/functions ocibindbyname.xml ocicancel.xml 
                                        ocicollappend.xml 
                                        ocicollassign.xml 
                                        ocicollassignelem.xml 
                                        ocicollgetelem.xml 
                                        ocicollmax.xml ocicollsize.xml 
                                        ocicolltrim.xml 
                                        ocicolumnisnull.xml 
                                        ocicolumnname.xml 
                                        ocicolumnprecision.xml 
                                        ocicolumnscale.xml 
                                        ocicolumnsize.xml 
                                        ocicolumntype.xml 
                                        ocicolumntyperaw.xml 
                                        ocicommit.xml 
                                        ocidefinebyname.xml 
                                        ocierror.xml ociexecute.xml 
                                        ocifetch.xml ocifetchinto.xml 
                                        ocifetchstatement.xml 
                                        ocifreecollection.xml 
                                        ocifreedesc.xml 
                                        ocifreestatement.xml 
                                        ociloadlob.xml ocilogon.xml 
                                        ocinewcollection.xml 
                                        ocinewdescriptor.xml 
                                        ocinlogon.xml ocinumcols.xml 
                                        ociparse.xml ociplogon.xml 
                                        ociresult.xml ocirowcount.xml 
                                        ocisavelob.xml 
                                        ocisavelobfile.xml 
                                        ocisetprefetch.xml 
                                        ocistatementtype.xml 
                                        ociwritelobtofile.xml 
  Log:
  correcting protos
  adding two undocumented functions
  stripping useless HTML tags from examples
  correcting typos
  integrating some notes
  
Index: phpdoc/en/reference/oci8/functions/ocibindbyname.xml
diff -u phpdoc/en/reference/oci8/functions/ocibindbyname.xml:1.6 
phpdoc/en/reference/oci8/functions/ocibindbyname.xml:1.7
--- phpdoc/en/reference/oci8/functions/ocibindbyname.xml:1.6    Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocibindbyname.xml        Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocibindbyname">
    <refnamediv>
@@ -12,13 +12,11 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ocibindbyname</methodname>
-      <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
       <methodparam><type>string</type><parameter>ph_name</parameter></methodparam>
-      <methodparam><type>mixed 
&amp;</type><parameter>variable</parameter></methodparam>
-      <methodparam><type>int</type><parameter>length</parameter></methodparam>
-      <methodparam choice="opt">
-       <type>int</type><parameter>type</parameter>
-      </methodparam>
+      
<methodparam><type>mixed</type><parameter>&amp;variable</parameter></methodparam>
+      <methodparam 
choice="opt"><type>int</type><parameter>maxlength</parameter></methodparam>
+      <methodparam 
choice="opt"><type>int</type><parameter>type</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>ocibindbyname</function> binds the PHP variable
Index: phpdoc/en/reference/oci8/functions/ocicancel.xml
diff -u phpdoc/en/reference/oci8/functions/ocicancel.xml:1.5 
phpdoc/en/reference/oci8/functions/ocicancel.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocicancel.xml:1.5        Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocicancel.xml    Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.28 -->
   <refentry id="function.ocicancel">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ocicancel</methodname>
-      <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
      </methodsynopsis>
     <simpara>
      If you do not want read more data from a cursor, then call
Index: phpdoc/en/reference/oci8/functions/ocicollappend.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollappend.xml:1.5 
phpdoc/en/reference/oci8/functions/ocicollappend.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocicollappend.xml:1.5    Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocicollappend.xml        Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ocicollappend">
    <refnamediv>
@@ -10,8 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ocicollappend</methodname>
-      <methodparam><type>object</type><parameter>collection</parameter></methodparam>
-      <methodparam><type>object</type><parameter>object</parameter></methodparam>
+      <methodparam><type>string</type><parameter>value</parameter></methodparam>
      </methodsynopsis>
     <para>
      &warn.undocumented.func;
Index: phpdoc/en/reference/oci8/functions/ocicollassign.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollassign.xml:1.5 
phpdoc/en/reference/oci8/functions/ocicollassign.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocicollassign.xml:1.5    Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocicollassign.xml        Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.39 -->
   <refentry id="function.ocicollassign">
    <refnamediv>
@@ -10,8 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ocicollassign</methodname>
-      <methodparam><type>object</type><parameter>collection</parameter></methodparam>
-      <methodparam><type>object</type><parameter>object</parameter></methodparam>
+      <methodparam><type>object</type><parameter>from</parameter></methodparam>
      </methodsynopsis>
     <para>
      &warn.undocumented.func;
Index: phpdoc/en/reference/oci8/functions/ocicollassignelem.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollassignelem.xml:1.5 
phpdoc/en/reference/oci8/functions/ocicollassignelem.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocicollassignelem.xml:1.5        Fri Jul  4 
15:41:17 2003
+++ phpdoc/en/reference/oci8/functions/ocicollassignelem.xml    Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ocicollassignelem">
    <refnamediv>
@@ -10,8 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ocicollassignelem</methodname>
-      <methodparam><type>object</type><parameter>collection</parameter></methodparam>
-      <methodparam><type>string</type><parameter>ndx</parameter></methodparam>
+      <methodparam><type>int</type><parameter>ndx</parameter></methodparam>
       <methodparam><type>string</type><parameter>val</parameter></methodparam>
      </methodsynopsis>
     <para>
Index: phpdoc/en/reference/oci8/functions/ocicollgetelem.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollgetelem.xml:1.4 
phpdoc/en/reference/oci8/functions/ocicollgetelem.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocicollgetelem.xml:1.4   Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocicollgetelem.xml       Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ocicollgetelem">
    <refnamediv>
@@ -10,8 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>string</type><methodname>ocicollgetelem</methodname>
-      <methodparam><type>object</type><parameter>collection</parameter></methodparam>
-      <methodparam><type>string</type><parameter>ndx</parameter></methodparam>
+      <methodparam><type>int</type><parameter>ndx</parameter></methodparam>
      </methodsynopsis>
     <para>
      &warn.undocumented.func;
Index: phpdoc/en/reference/oci8/functions/ocicollmax.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollmax.xml:1.5 
phpdoc/en/reference/oci8/functions/ocicollmax.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocicollmax.xml:1.5       Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocicollmax.xml   Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ocicollmax">
    <refnamediv>
@@ -13,7 +13,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>int</type><methodname>ocicollmax</methodname>
-      <methodparam><type>object</type><parameter>collection</parameter></methodparam>
+      <void />
      </methodsynopsis>
     <para>
      &warn.undocumented.func;
Index: phpdoc/en/reference/oci8/functions/ocicollsize.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollsize.xml:1.5 
phpdoc/en/reference/oci8/functions/ocicollsize.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocicollsize.xml:1.5      Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocicollsize.xml  Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ocicollsize">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>int</type><methodname>ocicollsize</methodname>
-      <methodparam><type>object</type><parameter>collection</parameter></methodparam>
+      <void />
      </methodsynopsis>
     <para>
      &warn.undocumented.func;
Index: phpdoc/en/reference/oci8/functions/ocicolltrim.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolltrim.xml:1.5 
phpdoc/en/reference/oci8/functions/ocicolltrim.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocicolltrim.xml:1.5      Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocicolltrim.xml  Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ocicolltrim">
    <refnamediv>
@@ -10,7 +10,6 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ocicolltrim</methodname>
-      <methodparam><type>object</type><parameter>collection</parameter></methodparam>
       <methodparam><type>int</type><parameter>num</parameter></methodparam>
      </methodsynopsis>
     <para>
Index: phpdoc/en/reference/oci8/functions/ocicolumnisnull.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumnisnull.xml:1.4 
phpdoc/en/reference/oci8/functions/ocicolumnisnull.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocicolumnisnull.xml:1.4  Mon Feb 10 22:06:15 
2003
+++ phpdoc/en/reference/oci8/functions/ocicolumnisnull.xml      Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocicolumnisnull">
    <refnamediv>
@@ -11,14 +11,14 @@
      <methodsynopsis>
       <type>bool</type><methodname>ocicolumnisnull</methodname>
       <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
-      <methodparam><type>mixed</type><parameter>column</parameter></methodparam>
+      <methodparam><type>mixed</type><parameter>col</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>ocicolumnisnull</function> returns &true; if the returned
      column <parameter>column</parameter> in the result from the
      statement <parameter>stmt</parameter> is &null;. You can either use
-        the column-number (1-Based) or the column-name for the
-        <parameter>col</parameter> parameter.
+        the column-number (1-Based) or the column-name, in uppercase, for the
+           <parameter>col</parameter> parameter.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/oci8/functions/ocicolumnname.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumnname.xml:1.3 
phpdoc/en/reference/oci8/functions/ocicolumnname.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicolumnname.xml:1.3    Mon Feb 10 22:06:15 
2003
+++ phpdoc/en/reference/oci8/functions/ocicolumnname.xml        Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.15 -->
   <refentry id="function.ocicolumnname">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>string</type><methodname>ocicolumnname</methodname>
-      <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
       <methodparam><type>int</type><parameter>col</parameter></methodparam>
      </methodsynopsis>
     <simpara>
@@ -23,7 +23,6 @@
       <programlisting>
 <![CDATA[
 <?php   
-    print "<HTML><PRE>\n";   
     $conn = OCILogon("scott", "tiger");
     $stmt = OCIParse($conn,"select * from emp");
     OCIExecute($stmt);
@@ -47,8 +46,6 @@
     print "</TABLE>\n"; 
     OCIFreeStatement($stmt);  
     OCILogoff($conn);   
-    print "</PRE>";
-    print "</HTML>\n"; 
 ?>   
 ]]>
       </programlisting>
Index: phpdoc/en/reference/oci8/functions/ocicolumnprecision.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumnprecision.xml:1.4 
phpdoc/en/reference/oci8/functions/ocicolumnprecision.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocicolumnprecision.xml:1.4       Fri Jul  4 
15:41:17 2003
+++ phpdoc/en/reference/oci8/functions/ocicolumnprecision.xml   Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ocicolumnprecision">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>int</type><methodname>ocicolumnprecision</methodname>
-      <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
       <methodparam><type>int</type><parameter>col</parameter></methodparam>
      </methodsynopsis>
     <para>
Index: phpdoc/en/reference/oci8/functions/ocicolumnscale.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumnscale.xml:1.4 
phpdoc/en/reference/oci8/functions/ocicolumnscale.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocicolumnscale.xml:1.4   Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocicolumnscale.xml       Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ocicolumnscale">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>int</type><methodname>ocicolumnscale</methodname>
-      <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
       <methodparam><type>int</type><parameter>col</parameter></methodparam>
      </methodsynopsis>
     <para>
Index: phpdoc/en/reference/oci8/functions/ocicolumnsize.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumnsize.xml:1.3 
phpdoc/en/reference/oci8/functions/ocicolumnsize.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicolumnsize.xml:1.3    Mon Feb 10 22:06:15 
2003
+++ phpdoc/en/reference/oci8/functions/ocicolumnsize.xml        Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.15 -->
   <refentry id="function.ocicolumnsize">
    <refnamediv>
@@ -10,14 +10,14 @@
     <title>Description</title>
      <methodsynopsis>
       <type>int</type><methodname>ocicolumnsize</methodname>
-      <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
       <methodparam><type>mixed</type><parameter>column</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>ocicolumnsize</function> returns the size of the column
      as given by Oracle. You can either use
-        the column-number (1-Based) or the column-name for the
-        <parameter>column</parameter> parameter.
+         the column-number (1-Based) or the column-name for the
+           <parameter>column</parameter> parameter.
     </para>
     <para>
      <example>
@@ -25,7 +25,6 @@
       <programlisting>
 <![CDATA[
 <?php   
-    print "<HTML><PRE>\n";   
     $conn = OCILogon("scott", "tiger");
     $stmt = OCIParse($conn,"select * from emp");
     OCIExecute($stmt);
@@ -49,17 +48,14 @@
     print "</TABLE>";
     OCIFreeStatement($stmt);  
     OCILogoff($conn);   
-    print "</PRE>";
-    print "</HTML>\n"; 
 ?>   
 ]]>
       </programlisting>
      </example>
     </para>
     <simpara>
-     See also <function>ocinumcols</function>,
-     <function>ocicolumnname</function>, and
-     <function>ocicolumnsize</function>.
+     See also <function>ocinumcols</function> and
+     <function>ocicolumnname</function>.
     </simpara>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/oci8/functions/ocicolumntype.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumntype.xml:1.4 
phpdoc/en/reference/oci8/functions/ocicolumntype.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocicolumntype.xml:1.4    Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocicolumntype.xml        Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocicolumntype">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>mixed</type><methodname>ocicolumntype</methodname>
-      <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
       <methodparam><type>int</type><parameter>col</parameter></methodparam>
      </methodsynopsis>
     <simpara>
@@ -24,7 +24,6 @@
       <programlisting>
 <![CDATA[
 <?php   
-    print "<HTML><PRE>\n";   
     $conn = OCILogon("scott", "tiger");
     $stmt = OCIParse($conn,"select * from emp");
     OCIExecute($stmt);
@@ -48,8 +47,6 @@
     print "</TABLE>\n"; 
     OCIFreeStatement($stmt);  
     OCILogoff($conn);   
-    print "</PRE>";
-    print "</HTML>\n"; 
 ?>   
 ]]>
       </programlisting>
Index: phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml:1.4 
phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml:1.4 Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml     Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ocicolumntyperaw">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>mixed</type><methodname>ocicolumntyperaw</methodname>
-      <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
       <methodparam><type>int</type><parameter>col</parameter></methodparam>
      </methodsynopsis>
     <para>
Index: phpdoc/en/reference/oci8/functions/ocicommit.xml
diff -u phpdoc/en/reference/oci8/functions/ocicommit.xml:1.8 
phpdoc/en/reference/oci8/functions/ocicommit.xml:1.9
--- phpdoc/en/reference/oci8/functions/ocicommit.xml:1.8        Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocicommit.xml    Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocicommit">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ocicommit</methodname>
-      <methodparam><type>int</type><parameter>connection</parameter></methodparam>
+      
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>ocicommit</function> commits all outstanding statements
@@ -18,7 +18,7 @@
      &return.success;
     </para>
     <para>
-     This example demonstrates how OCICommit is used.
+     This example demonstrates how <function>ocicommit</function> is used.
      <example>
       <title><function>ocicommit</function> example</title>
       <programlisting>
Index: phpdoc/en/reference/oci8/functions/ocidefinebyname.xml
diff -u phpdoc/en/reference/oci8/functions/ocidefinebyname.xml:1.5 
phpdoc/en/reference/oci8/functions/ocidefinebyname.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocidefinebyname.xml:1.5  Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocidefinebyname.xml      Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocidefinebyname">
    <refnamediv>
@@ -12,9 +12,9 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ocidefinebyname</methodname>
-      <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
-      <methodparam><type>string</type><parameter>Column-Name</parameter></methodparam>
-      <methodparam><type>mixed</type><parameter>variable</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
+      <methodparam><type>string</type><parameter>column-name</parameter></methodparam>
+      
<methodparam><type>mixed</type><parameter>&amp;variable</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>type</parameter></methodparam>
      </methodsynopsis>
     <para>
@@ -22,14 +22,14 @@
      of SQL-Columns. Be careful that Oracle uses ALL-UPPERCASE column-names,
      whereby in your select you can also write lowercase.
      <function>ocidefinebyname</function> expects
-     the <parameter>Column-Name</parameter> to be in uppercase. If you
-     define a variable that doesn't exists in you select statement, no
+     the <parameter>column-name</parameter> to be in uppercase. If you
+     define a variable that doesn't exists in your select statement, no
      error will be given!
     </para>
     <para>
      If you need to define an abstract datatype (LOB/ROWID/BFILE) you
      need to allocate it first using
-     <function>ocinewdescriptor</function> function. See also the
+     <function>ocinewdescriptor</function>. See also the
      <function>ocibindbyname</function> function.
     </para>
      <example>
Index: phpdoc/en/reference/oci8/functions/ocierror.xml
diff -u phpdoc/en/reference/oci8/functions/ocierror.xml:1.6 
phpdoc/en/reference/oci8/functions/ocierror.xml:1.7
--- phpdoc/en/reference/oci8/functions/ocierror.xml:1.6 Fri Jul  4 15:41:17 2003
+++ phpdoc/en/reference/oci8/functions/ocierror.xml     Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocierror">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>array</type><methodname>ocierror</methodname>
-      <methodparam 
choice="opt"><type>int</type><parameter>stmt|conn|global</parameter></methodparam>
+      <methodparam 
choice="opt"><type>resource</type><parameter>stmt|conn|global</parameter></methodparam>
      </methodsynopsis>
     <simpara>
      <function>ocierror</function> returns the last error found.  If
Index: phpdoc/en/reference/oci8/functions/ociexecute.xml
diff -u phpdoc/en/reference/oci8/functions/ociexecute.xml:1.3 
phpdoc/en/reference/oci8/functions/ociexecute.xml:1.4
--- phpdoc/en/reference/oci8/functions/ociexecute.xml:1.3       Mon Feb 10 22:06:15 
2003
+++ phpdoc/en/reference/oci8/functions/ociexecute.xml   Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ociexecute">
    <refnamediv>
@@ -9,8 +9,8 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>ociexecute</methodname>
-      <methodparam><type>int</type><parameter>statement</parameter></methodparam>
+      <type>bool</type><methodname>ociexecute</methodname>
+      <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
      </methodsynopsis>
     <para>
Index: phpdoc/en/reference/oci8/functions/ocifetch.xml
diff -u phpdoc/en/reference/oci8/functions/ocifetch.xml:1.4 
phpdoc/en/reference/oci8/functions/ocifetch.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocifetch.xml:1.4 Mon Feb 10 22:06:15 2003
+++ phpdoc/en/reference/oci8/functions/ocifetch.xml     Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocifetch">
    <refnamediv>
@@ -10,11 +10,11 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ocifetch</methodname>
-      <methodparam><type>int</type><parameter>statement</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>ocifetch</function> fetches the next row (for SELECT
-     statements) into the internal result-buffer.
+     statements) into the internal result-buffer. &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/oci8/functions/ocifetchinto.xml
diff -u phpdoc/en/reference/oci8/functions/ocifetchinto.xml:1.6 
phpdoc/en/reference/oci8/functions/ocifetchinto.xml:1.7
--- phpdoc/en/reference/oci8/functions/ocifetchinto.xml:1.6     Mon Feb 10 22:06:15 
2003
+++ phpdoc/en/reference/oci8/functions/ocifetchinto.xml Tue Aug 12 04:56:59 2003
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocifetchinto">
    <refnamediv>
     <refname>ocifetchinto</refname>
-    <refpurpose>Fetches the next row into result-array</refpurpose>
+    <refpurpose>Fetches the next row into an array</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
       <type>int</type><methodname>ocifetchinto</methodname>
-      <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
       <methodparam><type>array</type><parameter>&amp;result</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
      </methodsynopsis>
Index: phpdoc/en/reference/oci8/functions/ocifetchstatement.xml
diff -u phpdoc/en/reference/oci8/functions/ocifetchstatement.xml:1.6 
phpdoc/en/reference/oci8/functions/ocifetchstatement.xml:1.7
--- phpdoc/en/reference/oci8/functions/ocifetchstatement.xml:1.6        Thu May  8 
21:35:24 2003
+++ phpdoc/en/reference/oci8/functions/ocifetchstatement.xml    Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocifetchstatement">
    <refnamediv>
@@ -11,10 +11,10 @@
      <methodsynopsis>
       <type>int</type><methodname>ocifetchstatement</methodname>
       <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
-      <methodparam><type>array 
&amp;</type><parameter>variable</parameter></methodparam>
-      <methodparam><type>int</type><parameter>skip</parameter></methodparam>
-      <methodparam><type>int</type><parameter>maxrows</parameter></methodparam>
-      <methodparam><type>int</type><parameter>flags</parameter></methodparam>
+      <methodparam><type>array</type><parameter>&amp;output</parameter></methodparam>
+      <methodparam 
choice="opt"><type>int</type><parameter>skip</parameter></methodparam>
+      <methodparam 
choice="opt"><type>int</type><parameter>maxrows</parameter></methodparam>
+      <methodparam 
choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>ocifetchstatement</function> fetches all the rows from a 
Index: phpdoc/en/reference/oci8/functions/ocifreecollection.xml
diff -u phpdoc/en/reference/oci8/functions/ocifreecollection.xml:1.5 
phpdoc/en/reference/oci8/functions/ocifreecollection.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocifreecollection.xml:1.5        Fri Jul  4 
15:41:17 2003
+++ phpdoc/en/reference/oci8/functions/ocifreecollection.xml    Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ocifreecollection">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ocifreecollection</methodname>
-      <methodparam><type>object</type><parameter>lob</parameter></methodparam>
+      <void />
      </methodsynopsis>
     <para>
      &warn.undocumented.func;
Index: phpdoc/en/reference/oci8/functions/ocifreedesc.xml
diff -u phpdoc/en/reference/oci8/functions/ocifreedesc.xml:1.5 
phpdoc/en/reference/oci8/functions/ocifreedesc.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocifreedesc.xml:1.5      Sat Feb 22 04:26:55 
2003
+++ phpdoc/en/reference/oci8/functions/ocifreedesc.xml  Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocifreedesc">
    <refnamediv>
@@ -10,11 +10,11 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ocifreedesc</methodname>
-      <methodparam><type>object</type><parameter>lob</parameter></methodparam>
+      <void />
      </methodsynopsis>
     <para>
-     <function>ocifreedesc</function> deletes the large object descriptor
-     <parameter>lob</parameter>. &return.success;
+     <function>ocifreedesc</function> deletes a large object descriptor.
+     &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/oci8/functions/ocifreestatement.xml
diff -u phpdoc/en/reference/oci8/functions/ocifreestatement.xml:1.4 
phpdoc/en/reference/oci8/functions/ocifreestatement.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocifreestatement.xml:1.4 Mon Feb 10 22:06:15 
2003
+++ phpdoc/en/reference/oci8/functions/ocifreestatement.xml     Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocifreestatement">
    <refnamediv>
@@ -16,7 +16,7 @@
      </methodsynopsis>
     <para>
      <function>ocifreestatement</function> free all resources associated 
-     with the statement <parameter>stmt</parameter>.&return.success;
+     with the statement <parameter>stmt</parameter>. &return.success;
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/oci8/functions/ociloadlob.xml
diff -u phpdoc/en/reference/oci8/functions/ociloadlob.xml:1.4 
phpdoc/en/reference/oci8/functions/ociloadlob.xml:1.5
--- phpdoc/en/reference/oci8/functions/ociloadlob.xml:1.4       Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ociloadlob.xml   Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ociloadlob">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>string</type><methodname>ociloadlob</methodname>
-      <methodparam><type>object</type><parameter>lob</parameter></methodparam>
+      <void />
      </methodsynopsis>
     <para>
      &warn.undocumented.func;
Index: phpdoc/en/reference/oci8/functions/ocilogon.xml
diff -u phpdoc/en/reference/oci8/functions/ocilogon.xml:1.3 
phpdoc/en/reference/oci8/functions/ocilogon.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocilogon.xml:1.3 Mon Feb 10 22:06:15 2003
+++ phpdoc/en/reference/oci8/functions/ocilogon.xml     Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocilogon">
    <refnamediv>
@@ -35,7 +35,7 @@
       <programlisting>
 <![CDATA[
 <?php
-print "<HTML><PRE>";
+print "<PRE>";
 $db = "";
 
 $c1 = ocilogon("scott","tiger",$db);
@@ -81,7 +81,7 @@
   ociexecute($stmt,OCI_DEFAULT);
   echo $conn."----selecting\n\n";
   while (ocifetch($stmt))
-    echo $conn." <".ociresult($stmt,"TEST").">\n\n";
+    echo $conn." [".ociresult($stmt,"TEST")."]\n\n";
   echo $conn."----done\n\n";
 }
 
@@ -111,7 +111,7 @@
 select_data($c2);   // No rows returned
 
 drop_table($c1);
-print "</PRE></HTML>";
+print "</PRE>";
 ?>
 ]]>
       </programlisting>
Index: phpdoc/en/reference/oci8/functions/ocinewcollection.xml
diff -u phpdoc/en/reference/oci8/functions/ocinewcollection.xml:1.5 
phpdoc/en/reference/oci8/functions/ocinewcollection.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocinewcollection.xml:1.5 Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocinewcollection.xml     Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ocinewcollection">
    <refnamediv>
@@ -9,10 +9,10 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>bool</type><methodname>ocinewcollection</methodname>
-      <methodparam><type>int</type><parameter>conn</parameter></methodparam>
+      <type>object</type><methodname>ocinewcollection</methodname>
+      
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
       <methodparam><type>string</type><parameter>tdo</parameter></methodparam>
-      <methodparam 
choice="opt"><type>string</type><parameter>shema</parameter></methodparam>
+      <methodparam 
choice="opt"><type>string</type><parameter>schema</parameter></methodparam>
      </methodsynopsis>
     <para>
      &warn.undocumented.func;
Index: phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml
diff -u phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.5 
phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.5 Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml     Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocinewdescriptor">
    <refnamediv>
@@ -11,8 +11,8 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>string</type><methodname>ocinewdescriptor</methodname>
-      <methodparam><type>int</type><parameter>connection</parameter></methodparam>
+      <type>object</type><methodname>ocinewdescriptor</methodname>
+      
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>type</parameter></methodparam>
      </methodsynopsis>
     <para>
@@ -24,9 +24,10 @@
      associated with the descriptor, for BFILE only the load method
      exists. See the second example usage hints.
     </para>
-    <example>
-     <title><function>ocinewdescriptor</function> example</title>
-     <programlisting>
+    <para>
+     <example>
+      <title><function>ocinewdescriptor</function> example</title>
+      <programlisting>
 <![CDATA[
 <?php   
     /* This script is designed to be called from a HTML form.
@@ -56,8 +57,8 @@
     OCILogoff($conn);
 ?>  
 ]]>
-     </programlisting>
-     <programlisting>
+      </programlisting>
+      <programlisting>
 <![CDATA[
 <?php
     /* This script demonstrates file upload to LOB columns
@@ -98,11 +99,11 @@
   }
 ?>
 ]]>
-     </programlisting>
-    </example>
-    <example>
-     <title><function>ocinewdescriptor</function> second example</title>
-     <programlisting>
+      </programlisting>
+     </example>
+     <example>
+      <title><function>ocinewdescriptor</function> second example</title>
+      <programlisting>
 <![CDATA[
 <?php   
     /* Calling PL/SQL stored procedures which contain clobs as input
@@ -130,8 +131,9 @@
        OCIFreeStatement($stmt);
 ?>
 ]]>
-     </programlisting>
-    </example>
+      </programlisting>
+     </example>
+    </para>
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/oci8/functions/ocinlogon.xml
diff -u phpdoc/en/reference/oci8/functions/ocinlogon.xml:1.3 
phpdoc/en/reference/oci8/functions/ocinlogon.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocinlogon.xml:1.3        Mon Feb 10 22:06:15 
2003
+++ phpdoc/en/reference/oci8/functions/ocinlogon.xml    Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.15 -->
   <refentry id="function.ocinlogon">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>ocinlogon</methodname>
+      <type>resource</type><methodname>ocinlogon</methodname>
       <methodparam><type>string</type><parameter>username</parameter></methodparam>
       <methodparam><type>string</type><parameter>password</parameter></methodparam>
       <methodparam 
choice="opt"><type>string</type><parameter>db</parameter></methodparam>
Index: phpdoc/en/reference/oci8/functions/ocinumcols.xml
diff -u phpdoc/en/reference/oci8/functions/ocinumcols.xml:1.4 
phpdoc/en/reference/oci8/functions/ocinumcols.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocinumcols.xml:1.4       Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocinumcols.xml   Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocinumcols">
    <refnamediv>
@@ -18,12 +18,13 @@
      <function>ocinumcols</function> returns the number of columns in the 
      statement <parameter>stmt</parameter>.
     </para>
-    <example>
-     <title><function>ocinumcols</function> example</title>
-     <programlisting>
+    <para>
+     <example>
+      <title><function>ocinumcols</function> example</title>
+      <programlisting>
 <![CDATA[
 <?php   
-    print "<HTML><PRE>\n";   
+    print "<PRE>\n";   
     $conn = OCILogon("scott", "tiger");
     $stmt = OCIParse($conn,"select * from emp");
     OCIExecute($stmt);
@@ -40,11 +41,11 @@
     OCIFreeStatement($stmt);  
     OCILogoff($conn);   
     print "</PRE>";
-    print "</HTML>\n"; 
 ?>   
 ]]>
-     </programlisting>
-    </example>
+      </programlisting>
+     </example>
+    </para>
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/oci8/functions/ociparse.xml
diff -u phpdoc/en/reference/oci8/functions/ociparse.xml:1.4 
phpdoc/en/reference/oci8/functions/ociparse.xml:1.5
--- phpdoc/en/reference/oci8/functions/ociparse.xml:1.4 Mon Feb 10 22:06:15 2003
+++ phpdoc/en/reference/oci8/functions/ociparse.xml     Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ociparse">
    <refnamediv>
@@ -9,8 +9,8 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>ociparse</methodname>
-      <methodparam><type>int</type><parameter>conn</parameter></methodparam>
+      <type>resource</type><methodname>ociparse</methodname>
+      <methodparam><type>resource</type><parameter>conn</parameter></methodparam>
       <methodparam><type>string</type><parameter>query</parameter></methodparam>
      </methodsynopsis>
     <simpara>
Index: phpdoc/en/reference/oci8/functions/ociplogon.xml
diff -u phpdoc/en/reference/oci8/functions/ociplogon.xml:1.3 
phpdoc/en/reference/oci8/functions/ociplogon.xml:1.4
--- phpdoc/en/reference/oci8/functions/ociplogon.xml:1.3        Mon Feb 10 22:06:15 
2003
+++ phpdoc/en/reference/oci8/functions/ociplogon.xml    Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.15 -->
   <refentry id="function.ociplogon">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>ociplogon</methodname>
+      <type>resource</type><methodname>ociplogon</methodname>
       <methodparam><type>string</type><parameter>username</parameter></methodparam>
       <methodparam><type>string</type><parameter>password</parameter></methodparam>
       <methodparam 
choice="opt"><type>string</type><parameter>db</parameter></methodparam>
Index: phpdoc/en/reference/oci8/functions/ociresult.xml
diff -u phpdoc/en/reference/oci8/functions/ociresult.xml:1.3 
phpdoc/en/reference/oci8/functions/ociresult.xml:1.4
--- phpdoc/en/reference/oci8/functions/ociresult.xml:1.3        Mon Feb 10 22:06:15 
2003
+++ phpdoc/en/reference/oci8/functions/ociresult.xml    Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ociresult">
    <refnamediv>
@@ -10,15 +10,19 @@
     <title>Description</title>
      <methodsynopsis>
       <type>mixed</type><methodname>ociresult</methodname>
-      <methodparam><type>int</type><parameter>statement</parameter></methodparam>
-      <methodparam><type>mixed</type><parameter>column</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>statement</parameter></methodparam>
+      <methodparam><type>mixed</type><parameter>col</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>ociresult</function> returns the data for column 
-        <parameter>column</parameter> in the current row (see 
-        <function>ocifetch</function>).<function>ociresult</function> will
-        return everything as strings except for abstract types (ROWIDs,
-        LOBs and FILEs).
+           <parameter>column</parameter> in the current row (see 
+           <function>ocifetch</function>). <function>ociresult</function> will
+        return everything as strings except for abstract types (ROWIDs,
+        LOBs and FILEs).
+    </para>
+    <para>
+     You can either use the column-number (1-Based) or the column-name,
+     in uppercase, for the <parameter>col</parameter> parameter.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/oci8/functions/ocirowcount.xml
diff -u phpdoc/en/reference/oci8/functions/ocirowcount.xml:1.3 
phpdoc/en/reference/oci8/functions/ocirowcount.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocirowcount.xml:1.3      Mon Feb 10 22:06:15 
2003
+++ phpdoc/en/reference/oci8/functions/ocirowcount.xml  Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocirowcount">
    <refnamediv>
@@ -10,20 +10,20 @@
     <title>Description</title>
      <methodsynopsis>
       <type>int</type><methodname>ocirowcount</methodname>
-      <methodparam><type>resource</type><parameter>statement</parameter></methodparam>
+      <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>ocirowcount</function> returns the number of rows affected
-        for eg update-statements. This function will not tell you the number
-        of rows that a select will return!
-       </para>
+        for eg update-statements. This function will not tell you the number
+           of rows that a select will return!
+       </para>
     <para>
      <example>
       <title><function>ocirowcount</function> example</title>
       <programlisting>
 <![CDATA[
 <?php
-    print "<HTML><PRE>";
+    print "<PRE>";
     $conn = OCILogon("scott","tiger");
     $stmt = OCIParse($conn,"create table emp2 as select * from emp");
     OCIExecute($stmt);
@@ -38,7 +38,7 @@
     OCIExecute($stmt);
     OCIFreeStatement($stmt);
     OCILogOff($conn);
-    print "</PRE></HTML>";
+    print "</PRE>";
 ?>
 ]]>
       </programlisting>
Index: phpdoc/en/reference/oci8/functions/ocisavelob.xml
diff -u phpdoc/en/reference/oci8/functions/ocisavelob.xml:1.5 
phpdoc/en/reference/oci8/functions/ocisavelob.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocisavelob.xml:1.5       Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocisavelob.xml   Tue Aug 12 04:56:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ocisavelob">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ocisavelob</methodname>
-      <methodparam><type>object</type><parameter>lob</parameter></methodparam>
+      <void />
      </methodsynopsis>
     <para>
      &warn.undocumented.func;
Index: phpdoc/en/reference/oci8/functions/ocisavelobfile.xml
diff -u phpdoc/en/reference/oci8/functions/ocisavelobfile.xml:1.5 
phpdoc/en/reference/oci8/functions/ocisavelobfile.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocisavelobfile.xml:1.5   Fri Jul  4 15:41:17 
2003
+++ phpdoc/en/reference/oci8/functions/ocisavelobfile.xml       Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ocisavelobfile">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ocisavelobfile</methodname>
-      <methodparam><type>object</type><parameter>lob</parameter></methodparam>
+      <void />
      </methodsynopsis>
     <para>
      &warn.undocumented.func;
Index: phpdoc/en/reference/oci8/functions/ocisetprefetch.xml
diff -u phpdoc/en/reference/oci8/functions/ocisetprefetch.xml:1.3 
phpdoc/en/reference/oci8/functions/ocisetprefetch.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocisetprefetch.xml:1.3   Mon Feb 10 22:06:15 
2003
+++ phpdoc/en/reference/oci8/functions/ocisetprefetch.xml       Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ocisetprefetch">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>ocisetprefetch</methodname>
+      <type>bool</type><methodname>ocisetprefetch</methodname>
       <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
       <methodparam><type>int</type><parameter>rows</parameter></methodparam>
      </methodsynopsis>
Index: phpdoc/en/reference/oci8/functions/ocistatementtype.xml
diff -u phpdoc/en/reference/oci8/functions/ocistatementtype.xml:1.3 
phpdoc/en/reference/oci8/functions/ocistatementtype.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocistatementtype.xml:1.3 Mon Feb 10 22:06:15 
2003
+++ phpdoc/en/reference/oci8/functions/ocistatementtype.xml     Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocistatementtype">
    <refnamediv>
@@ -33,7 +33,7 @@
       <programlisting>
 <![CDATA[
 <?php
-    print "<HTML><PRE>";
+    print "<PRE>";
     $conn = OCILogon("scott","tiger");
     $sql  = "delete from emp where deptno = 10";
    
@@ -43,7 +43,7 @@
     }
    
     OCILogoff($conn);
-    print "</PRE></HTML>";
+    print "</PRE>";
 ?>
 ]]>
       </programlisting>
Index: phpdoc/en/reference/oci8/functions/ociwritelobtofile.xml
diff -u phpdoc/en/reference/oci8/functions/ociwritelobtofile.xml:1.5 
phpdoc/en/reference/oci8/functions/ociwritelobtofile.xml:1.6
--- phpdoc/en/reference/oci8/functions/ociwritelobtofile.xml:1.5        Fri Jul  4 
15:41:17 2003
+++ phpdoc/en/reference/oci8/functions/ociwritelobtofile.xml    Tue Aug 12 04:56:59 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
   <refentry id="function.ociwritelobtofile">
    <refnamediv>
@@ -10,10 +10,9 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>ociwritelobtofile</methodname>
-      <methodparam><type>object</type><parameter>lob</parameter></methodparam>
       <methodparam 
choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>start</parameter></methodparam>
-      <methodparam 
choice="opt"><type>int</type><parameter>lenght</parameter></methodparam>
+      <methodparam 
choice="opt"><type>int</type><parameter>length</parameter></methodparam>
      </methodsynopsis>
     <para>
      &warn.undocumented.func;

Index: phpdoc/en/reference/oci8/functions/ocicloselob.xml
+++ phpdoc/en/reference/oci8/functions/ocicloselob.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
  <refentry id="function.ocicloselob">
   <refnamediv>
    <refname>ocicloselob</refname>
    <refpurpose>Closes lob descriptor</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>bool</type><methodname>ocicloselob</methodname>
      <void />
     </methodsynopsis>
    <para>
     &warn.undocumented.func;
    </para>
   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Index: phpdoc/en/reference/oci8/functions/ociwritetemporarylob.xml
+++ phpdoc/en/reference/oci8/functions/ociwritetemporarylob.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
  <refentry id="function.ociwritetemporarylob">
   <refnamediv>
    <refname>ociwritetemporarylob</refname>
    <refpurpose>Writes temporary blob</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>bool</type><methodname>ociwritetemporarylob</methodname>
      <methodparam><type>string</type><parameter>var</parameter></methodparam>
      <methodparam 
choice="opt"><type>int</type><parameter>lob_type</parameter></methodparam>
     </methodsynopsis>
    <para>
     &warn.undocumented.func;
    </para>
   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

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

Reply via email to