(No version information available, might only be in SVN)
AMQPChannel::startTransaction — Start a transaction
Start a transaction. This method must be called on the given channel prior to calling AMQPChannel::commitTransaction() or AMQPChannel::rollbackTransaction().
此函数没有参数。
Throws AMQPConnectionException if the connection to the broker was lost.
成功时返回 TRUE
, 或者在失败时返回 FALSE
。