php-doc-en/reference/pdo/functions/pdo-commit.xml
Jakub Vrana 8ba5df9576 Tidy a bit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172415 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 08:04:56 +00:00

21 lines
599 B
XML

<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.2 $ -->
<refentry id='function.pdo.commit'>
<refnamediv>
<refname>commit</refname>
<refpurpose>Commits a transaction</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>commit</methodname>
<void />
</methodsynopsis>
&warn.experimental.func;
<para>
Commits a transaction, returning the database connection to autocommit
mode until the next call to <function>beginTransaction</function>
starts a new transaction.
</para>
</refsect1>
</refentry>