AMQPChannel
PHP Manual

AMQPChannel::startTransaction

(Информация о версии неизвестна, возможно, только в SVN)

AMQPChannel::startTransactionStart a transaction

Описание

public void AMQPChannel::startTransaction ( void )

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 в случае возникновения ошибки.


AMQPChannel
PHP Manual