AMQPChannel
PHP Manual

AMQPChannel::rollbackTransaction

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

AMQPChannel::rollbackTransactionRollback a transaction

Descrição

public void AMQPChannel::rollbackTransaction ( void )

Rollback an existing transaction. AMQPChannel::startTransaction() must be called prior to this.

Parâmetros

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

Erros

Throws AMQPChannelException exception if no transaction was started prior to calling this method.

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