AMQPChannel
PHP Manual

AMQPChannel::commitTransaction

(Информация о версии неизвестна, возможно, только в SVN)

AMQPChannel::commitTransactionCommit a pending transaction

Описание

public void AMQPChannel::commitTransaction ( void )

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

Ошибки

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

Throws AMQPConnectionException if the connection to the broker was lost.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.


AMQPChannel
PHP Manual