PHP Classes

File: vendor/mongodb/mongodb/docs/includes/apiargs-function-with_transaction-param.yaml

Recommend this page to a friend!
  Classes of walid laggoune   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/docs/includes/apiargs-function-with_transaction-param.yaml   Download  
File: vendor/mongodb/mongodb/docs/includes/apiargs-function-with_transaction-param.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MongoDB Queue PHP Query Execute
Query and execute multiple queries using MongoDB
Author: By
Last change:
Date: 4 years ago
Size: 830 bytes
 

Contents

Class file image Download
arg_name: param name: $session type: :php:`MongoDB\\Driver\\Session <mongodb-driver-session>` description: | A client session used to execute the transaction. interface: phpmethod operation: ~ optional: false --- arg_name: param name: $callback type: callback description: | A callback that will be run inside the transaction. The callback must accept a :php:`MongoDB\\Driver\\Session <mongodb-driver-session>` object as first argument. interface: phpmethod operation: ~ optional: false --- arg_name: param name: $transactionOptions type: array description: | Transaction options, which will be passed to :php:`MongoDB\\Driver\\Session::startTransaction <mongodb-driver-session.starttransaction>`. See the extension documentation for a list of supported options. interface: phpmethod operation: ~ optional: true ...