We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8220d0 commit 7cb26d3Copy full SHA for 7cb26d3
docs/reference/method/MongoDBDatabase-withOptions.txt
@@ -47,8 +47,10 @@ Parameters
47
48
* - typeMap
49
- array
50
- - .. |parent| replace:: original database
51
- .. include:: /includes/extracts/database-option-typeMap.rst
+ - The :php:`type map
+ <manual/en/mongodb.persistence.deserialization.php#mongodb.persistence.typemaps>`
52
+ to apply to cursors, which determines how BSON documents are converted
53
+ to PHP values. Defaults to the original database's type map.
54
55
* - writeConcern
56
- :php:`MongoDB\\Driver\\WriteConcern <class.mongodb-driver-writeconcern>`
0 commit comments