fixed return type and added "see also ocicommit". These two are pretty relevant to each other

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103104 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Maxim Maletsky 2002-11-10 00:43:02 +00:00
parent d0d8cfde42
commit c0cd550b7e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocirollback">
<refnamediv>
@ -9,13 +9,17 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>OCIRollback</methodname>
<type>bool</type><methodname>OCIRollback</methodname>
<methodparam><type>int</type><parameter>connection</parameter></methodparam>
</methodsynopsis>
<para>
<function>OCIRollback</function> rolls back all outstanding
statements for Oracle connection <parameter>connection</parameter>.
statements for Oracle connection <parameter>connection</parameter>. <function>OCIRollback</function>
returns &true; on success and &false; otherwise.
</para>
<simpara>
See also <function>OCICommit</function>.
</simpara>
</refsect1>
</refentry>