dams Fri May 14 11:25:52 2004 EDT
Modified files:
/phpdoc/en/reference/oci8/functions oci-lob-export.xml
ocicommit.xml
Log:
fixing prototype name
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-lob-export.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-lob-export.xml
diff -u phpdoc/en/reference/oci8/functions/oci-lob-export.xml:1.1
phpdoc/en/reference/oci8/functions/oci-lob-export.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-lob-export.xml:1.1 Mon Mar 8 09:12:17
2004
+++ phpdoc/en/reference/oci8/functions/oci-lob-export.xml Fri May 14 11:25:52
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.oci-lob-export">
<refnamediv>
<refname>lob->export</refname>
@@ -8,7 +8,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>ociwritelobtofile</methodname>
+ <type>bool</type><methodname>lob->export</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>start</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>length</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/ocicommit.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/oci8/functions/ocicommit.xml
diff -u phpdoc/en/reference/oci8/functions/ocicommit.xml:1.15
phpdoc/en/reference/oci8/functions/ocicommit.xml:1.16
--- phpdoc/en/reference/oci8/functions/ocicommit.xml:1.15 Thu Apr 15 07:54:41
2004
+++ phpdoc/en/reference/oci8/functions/ocicommit.xml Fri May 14 11:25:52 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<!--
DO NOT TRANSLATE THIS FILE.
@@ -22,6 +22,7 @@
<para>
<function>ocicommit</function> commits all outstanding statements
for the active transaction on Oracle connection
<parameter>connection</parameter>.
+ &return.success;
</para>
<para>
This example demonstrates how <function>ocicommit</function> is used.