dams Wed Jan 29 16:03:39 2003 EDT
Modified files:
/phpdoc/en/reference/uodbc/functions odbc-commit.xml
Log:
returns a resource
Index: phpdoc/en/reference/uodbc/functions/odbc-commit.xml
diff -u phpdoc/en/reference/uodbc/functions/odbc-commit.xml:1.2
phpdoc/en/reference/uodbc/functions/odbc-commit.xml:1.3
--- phpdoc/en/reference/uodbc/functions/odbc-commit.xml:1.2 Wed Apr 17 02:44:44
2002
+++ phpdoc/en/reference/uodbc/functions/odbc-commit.xml Wed Jan 29 16:03:38 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.2 -->
<refentry id="function.odbc-commit">
<refnamediv>
@@ -13,9 +13,8 @@
<methodparam><type>resource</type><parameter>connection_id</parameter></methodparam>
</methodsynopsis>
<para>
- Returns: &true; on success,
- &false; on failure. All pending transactions on
- <parameter>connection_id</parameter> are committed.
+ <function>odbc_commit</function> commits all pending transactions
+ on the <parameter>connection_id</parameter> connexion. &return.success;
</para>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php