CommitTransaction Method

Commits an existing transaction.

Object Oriented Interface

public function doCommitTransaction($id);

Procedural Interface

ipworksiot_stomp_do_committransaction($res, $id);

Remarks

This method commits a transaction previously started with BeginTransaction. Id identifies the transaction to commit.

The OpenTransactions configuration setting can be queried to obtain a list of currently-open transactions.

Refer to BeginTransaction for more information about transactions.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 PHP Edition - Version 20.0 [Build 8265]