AMQPChannel
PHP Manual

AMQPChannel::rollbackTransaction

(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)

AMQPChannel::rollbackTransactionRollback a transaction

Açıklama

public void AMQPChannel::rollbackTransaction ( void )

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

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Hatalar/İstisnalar

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

Throws AMQPConnectionException if the connection to the broker was lost.

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.


AMQPChannel
PHP Manual