PHP Classes

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

Recommend this page to a friend!
  Classes of walid laggoune   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/docs/includes/apiargs-common-param.yaml   Download  
File: vendor/mongodb/mongodb/docs/includes/apiargs-common-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: 871 bytes
 

Contents

Class file image Download
arg_name: param name: $manager type: :php:`MongoDB\\Driver\\Manager <class.mongodb-driver-manager>` description: | The :php:`Manager <mongodb-driver-manager>` instance from the driver. The manager maintains connections between the driver and your MongoDB instances. interface: phpmethod operation: ~ optional: false --- arg_name: param name: $databaseName type: string description: | The name of the database{{action}}. interface: phpmethod operation: ~ optional: false replacement: action: "" --- arg_name: param name: $collectionName type: string description: | The name of the {{subject}}{{action}}. interface: phpmethod operation: ~ optional: false replacement: subject: "collection" action: "" --- arg_name: param name: $options type: array description: | An array specifying the desired options. interface: phpmethod operation: ~ optional: true ...