AMQPChannel
PHP Manual

AMQPChannel::rollbackTransaction

(No version information available, might only be in SVN)

AMQPChannel::rollbackTransactionRollback a transaction

Descrizione

public void AMQPChannel::rollbackTransaction ( void )

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

Elenco dei parametri

Questa funzione non contiene parametri.

Errori/Eccezioni

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

Throws AMQPConnectionException if the connection to the broker was lost.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.


AMQPChannel
PHP Manual