AMQPChannel
PHP Manual

AMQPChannel::startTransaction

(Não há informação de versão disponível, talvez apenas no SVN)

AMQPChannel::startTransactionStart a transaction

Descrição

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().

Parâmetros

Esta função não possui parâmetros.

Erros

Throws AMQPConnectionException if the connection to the broker was lost.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em caso de falha.


AMQPChannel
PHP Manual