dams Fri Jul 4 15:41:17 2003 EDT
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
ocicolumnprecision.xml
ocicolumnscale.xml
ocicolumntype.xml
ocicolumntyperaw.xml
ocicommit.xml
ocidefinebyname.xml
ocierror.xml
ocifreecollection.xml
ociloadlob.xml
ocinewcollection.xml
ocinewcursor.xml
ocinewdescriptor.xml
ocinumcols.xml ocisavelob.xml
ocisavelobfile.xml
ociwritelobtofile.xml
Log:
synch refpurpose with C file, upgrading examples title, turning all refpurpose to
lower case
Index: phpdoc/en/reference/oci8/functions/ocibindbyname.xml
diff -u phpdoc/en/reference/oci8/functions/ocibindbyname.xml:1.5
phpdoc/en/reference/oci8/functions/ocibindbyname.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocibindbyname.xml:1.5 Thu May 8 21:31:30
2003
+++ phpdoc/en/reference/oci8/functions/ocibindbyname.xml Fri Jul 4 15:41:17
2003
@@ -1,9 +1,9 @@
<?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.ocibindbyname">
<refnamediv>
- <refname>OCIBindByName</refname>
+ <refname>ocibindbyname</refname>
<refpurpose>
Bind a PHP variable to an Oracle Placeholder
</refpurpose>
@@ -43,7 +43,7 @@
(Binary-LOB) and OCI_B_ROWID (ROWID).
</para>
<example>
- <title>OCIDefineByName</title>
+ <title><function>ocibindbyname</function> example</title>
<programlisting>
<![CDATA[
<?php
Index: phpdoc/en/reference/oci8/functions/ocicancel.xml
diff -u phpdoc/en/reference/oci8/functions/ocicancel.xml:1.4
phpdoc/en/reference/oci8/functions/ocicancel.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocicancel.xml:1.4 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocicancel.xml Fri Jul 4 15:41:17 2003
@@ -1,9 +1,9 @@
<?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.28 -->
<refentry id="function.ocicancel">
<refnamediv>
- <refname>OCICancel</refname>
+ <refname>ocicancel</refname>
<refpurpose>Cancel reading from cursor</refpurpose>
</refnamediv>
<refsect1>
Index: phpdoc/en/reference/oci8/functions/ocicollappend.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollappend.xml:1.4
phpdoc/en/reference/oci8/functions/ocicollappend.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocicollappend.xml:1.4 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocicollappend.xml Fri Jul 4 15:41:17
2003
@@ -1,10 +1,10 @@
<?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.ocicollappend">
<refnamediv>
<refname>ocicollappend</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refpurpose>Append an object to the collection</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/oci8/functions/ocicollassign.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollassign.xml:1.4
phpdoc/en/reference/oci8/functions/ocicollassign.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocicollassign.xml:1.4 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocicollassign.xml Fri Jul 4 15:41:17
2003
@@ -1,10 +1,10 @@
<?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.39 -->
<refentry id="function.ocicollassign">
<refnamediv>
<refname>ocicollassign</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refpurpose>Assign a collection from another existing collection</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/oci8/functions/ocicollassignelem.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollassignelem.xml:1.4
phpdoc/en/reference/oci8/functions/ocicollassignelem.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocicollassignelem.xml:1.4 Mon Feb 10
22:06:15 2003
+++ phpdoc/en/reference/oci8/functions/ocicollassignelem.xml Fri Jul 4 15:41:17
2003
@@ -1,10 +1,10 @@
<?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.ocicollassignelem">
<refnamediv>
- <refname>OCICollAssignElem</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refname>ocicollassignelem</refname>
+ <refpurpose>Assign element val to collection at index ndx</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/oci8/functions/ocicollgetelem.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollgetelem.xml:1.3
phpdoc/en/reference/oci8/functions/ocicollgetelem.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicollgetelem.xml:1.3 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocicollgetelem.xml Fri Jul 4 15:41:17
2003
@@ -1,10 +1,10 @@
<?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.ocicollgetelem">
<refnamediv>
<refname>ocicollgetelem</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refpurpose>Retrieve the value at collection index ndx</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/oci8/functions/ocicollmax.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollmax.xml:1.4
phpdoc/en/reference/oci8/functions/ocicollmax.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocicollmax.xml:1.4 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocicollmax.xml Fri Jul 4 15:41:17 2003
@@ -1,10 +1,13 @@
<?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.ocicollmax">
<refnamediv>
<refname>ocicollmax</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refpurpose>
+ Return the max value of a collection.
+ For a varray this is the maximum length of the array
+ </refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/oci8/functions/ocicollsize.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollsize.xml:1.4
phpdoc/en/reference/oci8/functions/ocicollsize.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocicollsize.xml:1.4 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocicollsize.xml Fri Jul 4 15:41:17 2003
@@ -1,10 +1,10 @@
<?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.ocicollsize">
<refnamediv>
<refname>ocicollsize</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refpurpose>Return the size of a collection</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/oci8/functions/ocicolltrim.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolltrim.xml:1.4
phpdoc/en/reference/oci8/functions/ocicolltrim.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocicolltrim.xml:1.4 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocicolltrim.xml Fri Jul 4 15:41:17 2003
@@ -1,10 +1,10 @@
<?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.ocicolltrim">
<refnamediv>
<refname>ocicolltrim</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refpurpose>Trim num elements from the end of a collection</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/oci8/functions/ocicolumnprecision.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumnprecision.xml:1.3
phpdoc/en/reference/oci8/functions/ocicolumnprecision.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicolumnprecision.xml:1.3 Mon Feb 10
22:06:15 2003
+++ phpdoc/en/reference/oci8/functions/ocicolumnprecision.xml Fri Jul 4 15:41:17
2003
@@ -1,10 +1,10 @@
<?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.ocicolumnprecision">
<refnamediv>
<refname>ocicolumnprecision</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refpurpose>Tell the precision of a column</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/oci8/functions/ocicolumnscale.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumnscale.xml:1.3
phpdoc/en/reference/oci8/functions/ocicolumnscale.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicolumnscale.xml:1.3 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocicolumnscale.xml Fri Jul 4 15:41:17
2003
@@ -1,10 +1,10 @@
<?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.ocicolumnscale">
<refnamediv>
<refname>ocicolumnscale</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refpurpose>Tell the scale of a column</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/oci8/functions/ocicolumntype.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumntype.xml:1.3
phpdoc/en/reference/oci8/functions/ocicolumntype.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicolumntype.xml:1.3 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocicolumntype.xml Fri Jul 4 15:41:17
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.ocicolumntype">
<refnamediv>
@@ -20,7 +20,7 @@
</simpara>
<para>
<example>
- <title>OCIColumnType</title>
+ <title><function>ocicolumntype</function> example</title>
<programlisting>
<![CDATA[
<?php
Index: phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml:1.3
phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml:1.3 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml Fri Jul 4 15:41:17
2003
@@ -1,10 +1,10 @@
<?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.ocicolumntyperaw">
<refnamediv>
<refname>ocicolumntyperaw</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refpurpose>Tell the raw oracle data type of a column</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/oci8/functions/ocicommit.xml
diff -u phpdoc/en/reference/oci8/functions/ocicommit.xml:1.7
phpdoc/en/reference/oci8/functions/ocicommit.xml:1.8
--- phpdoc/en/reference/oci8/functions/ocicommit.xml:1.7 Thu May 8 21:31:30
2003
+++ phpdoc/en/reference/oci8/functions/ocicommit.xml Fri Jul 4 15:41:17 2003
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocicommit">
<refnamediv>
- <refname>OCICommit</refname>
+ <refname>ocicommit</refname>
<refpurpose>Commits outstanding transactions</refpurpose>
</refnamediv>
<refsect1>
@@ -20,7 +20,7 @@
<para>
This example demonstrates how OCICommit is used.
<example>
- <title>OCICommit</title>
+ <title><function>ocicommit</function> example</title>
<programlisting>
<![CDATA[
<?php
Index: phpdoc/en/reference/oci8/functions/ocidefinebyname.xml
diff -u phpdoc/en/reference/oci8/functions/ocidefinebyname.xml:1.4
phpdoc/en/reference/oci8/functions/ocidefinebyname.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocidefinebyname.xml:1.4 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocidefinebyname.xml Fri Jul 4 15:41:17
2003
@@ -1,9 +1,9 @@
<?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.ocidefinebyname">
<refnamediv>
- <refname>OCIDefineByName</refname>
+ <refname>ocidefinebyname</refname>
<refpurpose>
Use a PHP variable for the define-step during a SELECT
</refpurpose>
@@ -33,7 +33,7 @@
<function>ocibindbyname</function> function.
</para>
<example>
- <title>OCIDefineByName</title>
+ <title><function>ocidefinebyname</function> example</title>
<programlisting>
<![CDATA[
<?php
Index: phpdoc/en/reference/oci8/functions/ocierror.xml
diff -u phpdoc/en/reference/oci8/functions/ocierror.xml:1.5
phpdoc/en/reference/oci8/functions/ocierror.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocierror.xml:1.5 Sat May 10 01:48:09 2003
+++ phpdoc/en/reference/oci8/functions/ocierror.xml Fri Jul 4 15:41:17 2003
@@ -1,9 +1,9 @@
<?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.ocierror">
<refnamediv>
- <refname>OCIError</refname>
+ <refname>ocierror</refname>
<refpurpose>Return the last error of stmt|conn|global</refpurpose>
</refnamediv>
<refsect1>
Index: phpdoc/en/reference/oci8/functions/ocifreecollection.xml
diff -u phpdoc/en/reference/oci8/functions/ocifreecollection.xml:1.4
phpdoc/en/reference/oci8/functions/ocifreecollection.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocifreecollection.xml:1.4 Mon Feb 10
22:06:15 2003
+++ phpdoc/en/reference/oci8/functions/ocifreecollection.xml Fri Jul 4 15:41:17
2003
@@ -1,10 +1,10 @@
<?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.ocifreecollection">
<refnamediv>
<refname>ocifreecollection</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refpurpose>Deletes collection object</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/oci8/functions/ociloadlob.xml
diff -u phpdoc/en/reference/oci8/functions/ociloadlob.xml:1.3
phpdoc/en/reference/oci8/functions/ociloadlob.xml:1.4
--- phpdoc/en/reference/oci8/functions/ociloadlob.xml:1.3 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ociloadlob.xml Fri Jul 4 15:41:17 2003
@@ -1,10 +1,10 @@
<?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.ociloadlob">
<refnamediv>
<refname>ociloadlob</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refpurpose>Loads a large object</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/oci8/functions/ocinewcollection.xml
diff -u phpdoc/en/reference/oci8/functions/ocinewcollection.xml:1.4
phpdoc/en/reference/oci8/functions/ocinewcollection.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocinewcollection.xml:1.4 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocinewcollection.xml Fri Jul 4 15:41:17
2003
@@ -1,10 +1,10 @@
<?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.ocinewcollection">
<refnamediv>
<refname>ocinewcollection</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refpurpose>Initialize a new collection</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/oci8/functions/ocinewcursor.xml
diff -u phpdoc/en/reference/oci8/functions/ocinewcursor.xml:1.3
phpdoc/en/reference/oci8/functions/ocinewcursor.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocinewcursor.xml:1.3 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocinewcursor.xml Fri Jul 4 15:41:17 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.ocinewcursor">
<refnamediv>
@@ -20,7 +20,7 @@
</para>
<para>
<example>
- <title>Using a REF CURSOR from a stored procedure</title>
+ <title>Using a REF CURSOR from a stored procedure in Oracle</title>
<programlisting>
<![CDATA[
<?php
@@ -48,7 +48,7 @@
</para>
<para>
<example>
- <title>Using a REF CURSOR in a select statement</title>
+ <title>Using a REF CURSOR in a select statement in Oracle</title>
<programlisting>
<![CDATA[
<?php
Index: phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml
diff -u phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.4
phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.4 Wed Jun 11 18:03:09
2003
+++ phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml Fri Jul 4 15:41:17
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.ocinewdescriptor">
<refnamediv>
@@ -101,7 +101,7 @@
</programlisting>
</example>
<example>
- <title>OCINewDescriptor</title>
+ <title><function>ocinewdescriptor</function> second example</title>
<programlisting>
<![CDATA[
<?php
Index: phpdoc/en/reference/oci8/functions/ocinumcols.xml
diff -u phpdoc/en/reference/oci8/functions/ocinumcols.xml:1.3
phpdoc/en/reference/oci8/functions/ocinumcols.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocinumcols.xml:1.3 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocinumcols.xml Fri Jul 4 15:41:17 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.ocinumcols">
<refnamediv>
@@ -19,7 +19,7 @@
statement <parameter>stmt</parameter>.
</para>
<example>
- <title><function>ocinumcols</function></title>
+ <title><function>ocinumcols</function> example</title>
<programlisting>
<![CDATA[
<?php
Index: phpdoc/en/reference/oci8/functions/ocisavelob.xml
diff -u phpdoc/en/reference/oci8/functions/ocisavelob.xml:1.4
phpdoc/en/reference/oci8/functions/ocisavelob.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocisavelob.xml:1.4 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocisavelob.xml Fri Jul 4 15:41:17 2003
@@ -1,10 +1,10 @@
<?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.ocisavelob">
<refnamediv>
<refname>ocisavelob</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refpurpose>Saves a large object </refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/oci8/functions/ocisavelobfile.xml
diff -u phpdoc/en/reference/oci8/functions/ocisavelobfile.xml:1.4
phpdoc/en/reference/oci8/functions/ocisavelobfile.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocisavelobfile.xml:1.4 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ocisavelobfile.xml Fri Jul 4 15:41:17
2003
@@ -1,10 +1,10 @@
<?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.ocisavelobfile">
<refnamediv>
<refname>ocisavelobfile</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refpurpose>Saves a large object file</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
Index: phpdoc/en/reference/oci8/functions/ociwritelobtofile.xml
diff -u phpdoc/en/reference/oci8/functions/ociwritelobtofile.xml:1.4
phpdoc/en/reference/oci8/functions/ociwritelobtofile.xml:1.5
--- phpdoc/en/reference/oci8/functions/ociwritelobtofile.xml:1.4 Mon Feb 10
22:06:15 2003
+++ phpdoc/en/reference/oci8/functions/ociwritelobtofile.xml Fri Jul 4 15:41:17
2003
@@ -1,10 +1,10 @@
<?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.ociwritelobtofile">
<refnamediv>
<refname>ociwritelobtofile</refname>
- <refpurpose>Coming soon</refpurpose>
+ <refpurpose>Saves a large object file</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php