abies Mon Sep 1 19:51:29 2003 EDT
Modified files:
/phpdoc/en/reference/ibase/functions ibase-commit.xml
ibase-rollback.xml
Log:
Fixed prototypes and corrected descriptions
Index: phpdoc/en/reference/ibase/functions/ibase-commit.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-commit.xml:1.3
phpdoc/en/reference/ibase/functions/ibase-commit.xml:1.4
--- phpdoc/en/reference/ibase/functions/ibase-commit.xml:1.3 Sun Jul 27 18:21:30
2003
+++ phpdoc/en/reference/ibase/functions/ibase-commit.xml Mon Sep 1 19:51:29
2003
@@ -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>
Index: phpdoc/en/reference/ibase/functions/ibase-rollback.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-rollback.xml:1.3
phpdoc/en/reference/ibase/functions/ibase-rollback.xml:1.4
--- phpdoc/en/reference/ibase/functions/ibase-rollback.xml:1.3 Sun Jul 27 18:21:30
2003
+++ phpdoc/en/reference/ibase/functions/ibase-rollback.xml Mon Sep 1 19:51:29
2003
@@ -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>