mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed prototypes and corrected descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@139416 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
69a43cb73b
commit
0867494b35
2 changed files with 13 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/ibase.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.ibase-commit">
|
||||
<refnamediv>
|
||||
|
@ -11,11 +11,13 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ibase_commit</methodname>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>trans_number</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Commits transaction <parameter>trans_number</parameter> which was
|
||||
created with <function>ibase_trans</function>. &return.success;
|
||||
If called without an argument, this function commits the default transaction
|
||||
of the default link. If the argument is a connection identifier, the default
|
||||
transaction of the corresponding connection will be committed. If the argument
|
||||
is a transaction identifier, the corresponding transaction will be committed.
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,21 +1,23 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/ibase.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.ibase-rollback">
|
||||
<refnamediv>
|
||||
<refname>ibase_rollback</refname>
|
||||
<refpurpose>Rolls back a transaction</refpurpose>
|
||||
<refpurpose>Roll back a transaction</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ibase_rollback</methodname>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>trans_number</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Rolls back transaction <parameter>trans_number</parameter> which was
|
||||
created with <function>ibase_trans</function>. &return.success;
|
||||
If called without an argument, this function rolls back the default transaction
|
||||
of the default link. If the argument is a connection identifier, the default
|
||||
transaction of the corresponding connection will be rolled back. If the argument
|
||||
is a transaction identifier, the corresponding transaction will be rolled back.
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue