fixing prototype name

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158573 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2004-05-14 15:25:52 +00:00
parent 48ef066833
commit baa9075144
3 changed files with 6 additions and 5 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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 @@ PLEASE, TRANSLATE THE APPROPRIATE NEW FILE.
<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.