correct description.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323568 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
TAKAGI Masahiro 2012-02-26 21:01:02 +00:00
parent 2aba10e8d0
commit 65ecdcc727
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<refentry xml:id="amqpchannel.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>AMQPChannel::__construct</refname>
<refpurpose>Create an instance of an AMQPQueue object</refpurpose>
<refpurpose>Create an instance of an AMQPChannel object</refpurpose>
</refnamediv>
<refsect1 role="description">

View file

@ -14,7 +14,7 @@
<void />
</methodsynopsis>
<para>
Commit an existing transaction. This method must be called on the given channel prior to calling <methodname>AMQPChannel::commitTransaction</methodname> or <methodname>AMQPChannel::rollbackTransaction</methodname>.
Start a transaction. This method must be called on the given channel prior to calling <methodname>AMQPChannel::commitTransaction</methodname> or <methodname>AMQPChannel::rollbackTransaction</methodname>.
</para>
</refsect1>