mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
d0d8cfde42
commit
c0cd550b7e
1 changed files with 7 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue