AMQPChannel
PHP Manual

AMQPChannel::startTransaction

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

AMQPChannel::startTransactionStart a transaction

Beschreibung

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

Parameter-Liste

Diese Funktion hat keine Parameter.

Fehler/Exceptions

Throws AMQPConnectionException if the connection to the broker was lost.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.


AMQPChannel
PHP Manual