Fixed two typos & missing return info: #15762

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71070 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sander Roobol 2002-02-27 13:50:20 +00:00
parent 241bed9350
commit 2e21346a40

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.41 $ -->
<!-- $Revision: 1.42 $ -->
<reference id="ref.oci8">
<title>Oracle 8 functions</title>
<titleabbrev>OCI8</titleabbrev>
@ -641,12 +641,15 @@ print "</PRE></HTML>";
</methodsynopsis>
<para>
<function>OCIExecute</function> executes a previously parsed
statement. (see <function>OCIParse</function>. The optional
statement. (see <function>OCIParse</function>). The optional
<parameter>mode</parameter> allows you to specify the
execution-mode (default is OCI_COMMIT_ON_SUCCESS). If you don't
want statements to be committed automaticly specify OCI_DEFAULT as
want statements to be committed automatically specify OCI_DEFAULT as
your mode.
</para>
<para>
&return.success;
</para>
</refsect1>
</refentry>