From 69d723c9a9eb43f8c074777b8c18960aeb9747c0 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Tue, 2 Sep 2003 00:15:48 +0000 Subject: [PATCH] Addition of docs for new functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@139421 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../ibase/functions/ibase-commit-ret.xml | 45 +++++++++++++++++++ .../ibase/functions/ibase-rollback-ret.xml | 45 +++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 reference/ibase/functions/ibase-commit-ret.xml create mode 100644 reference/ibase/functions/ibase-rollback-ret.xml diff --git a/reference/ibase/functions/ibase-commit-ret.xml b/reference/ibase/functions/ibase-commit-ret.xml new file mode 100644 index 0000000000..a7ab9c3b92 --- /dev/null +++ b/reference/ibase/functions/ibase-commit-ret.xml @@ -0,0 +1,45 @@ + + + + + ibase_commit_ret + Commit a transaction without closing it + + + Description + + boolibase_commit_ret + resourcelink_identifier + + + 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. + The transaction context will be retained, so statements executed from within + this transaction will not be invalidated. + &return.success; + + + + + diff --git a/reference/ibase/functions/ibase-rollback-ret.xml b/reference/ibase/functions/ibase-rollback-ret.xml new file mode 100644 index 0000000000..58ee5e9cc3 --- /dev/null +++ b/reference/ibase/functions/ibase-rollback-ret.xml @@ -0,0 +1,45 @@ + + + + + ibase_rollback_ret + Roll back a transaction without closing it + + + Description + + boolibase_rollback_ret + resourcelink_identifier + + + 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. + The transaction context will be retained, so statements executed from within + this transaction will not be invalidated. + &return.success; + + + + +