AMQPChannel
PHP Manual

AMQPChannel::startTransaction

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

AMQPChannel::startTransactionStart a transaction

Açıklama

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

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Hatalar/İstisnalar

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