mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
correct description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323568 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2aba10e8d0
commit
65ecdcc727
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue