PHP Classes

File: vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-method-mapReduce-param.yaml

Recommend this page to a friend!
  Classes of LAGGOUNE Walid   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-method-mapReduce-param.yaml   Download  
File: vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-method-mapReduce-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: 1,004 bytes
 

Contents

Class file image Download
arg_name: param name: $map type: :php:`MongoDB\\BSON\\Javascript <mongodb-bson-javascript>` description: | A JavaScript function that associates or "maps" a value with a key and emits the key and value pair. interface: phpmethod operation: ~ optional: false --- arg_name: param name: $reduce type: :php:`MongoDB\\BSON\\Javascript <class.mongodb-bson-javascript>` description: | A JavaScript function that "reduces" to a single object all the values associated with a particular key. interface: phpmethod operation: ~ optional: false --- arg_name: param name: $out type: string|document description: | Specifies where to output the result of the map-reduce operation. You can either output to a collection or return the result inline. On a primary member of a replica set you can output either to a collection or inline, but on a secondary, only inline output is possible. interface: phpmethod operation: ~ optional: false --- source: file: apiargs-common-param.yaml ref: $options ...