PHP Classes

File: vendor/mongodb/mongodb/docs/includes/extracts-note.yaml

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

Contents

Class file image Download
ref: note-bson-comparison content: | When evaluating query criteria, MongoDB compares types and values according to its own :manual:`comparison rules for BSON types </reference/bson-type-comparison-order>`, which differs from PHP's :php:`comparison <manual/en/types.comparisons.php>` and :php:`type juggling <manual/en/language.types.type-juggling.php>` rules. When matching a special BSON type the query criteria should use the respective :php:`BSON class <manual/en/book.bson.php>` in the driver (e.g. use :php:`MongoDB\\BSON\\ObjectId <class.mongodb-bson-objectid>` to match an :manual:`ObjectId </reference/object-id/>`). ...