PHP Classes

File: vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-method-findOneAndReplace-option.yaml

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

Contents

Class file image Download
source: file: apiargs-MongoDBCollection-method-find-option.yaml ref: projection --- source: file: apiargs-MongoDBCollection-method-find-option.yaml ref: sort --- source: file: apiargs-MongoDBCollection-common-option.yaml ref: collation --- source: file: apiargs-common-option.yaml ref: maxTimeMS --- source: file: apiargs-MongoDBCollection-common-option.yaml ref: bypassDocumentValidation --- arg_name: option name: returnDocument type: integer description: | Specifies whether to return the document before the replacement is applied, or after. ``returnDocument`` supports the following values: - ``MongoDB\Operation\FindOneAndReplace::RETURN_DOCUMENT_BEFORE`` (*default*) - ``MongoDB\Operation\FindOneAndReplace::RETURN_DOCUMENT_AFTER`` interface: phpmethod operation: ~ optional: true --- source: file: apiargs-common-option.yaml ref: session post: | .. versionadded:: 1.3 --- source: file: apiargs-MongoDBCollection-common-option.yaml ref: typeMap post: | This will be used for the returned result document. --- source: file: apiargs-MongoDBCollection-common-option.yaml ref: upsert --- source: file: apiargs-MongoDBCollection-common-option.yaml ref: writeConcern post: | This is not supported for server versions prior to 3.2 and will result in an exception at execution time if used. ...