AMQPChannel
PHP Manual

AMQPChannel::commitTransaction

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

AMQPChannel::commitTransactionCommit a pending transaction

Açıklama

public void AMQPChannel::commitTransaction ( void )

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

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.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

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


AMQPChannel
PHP Manual