MongoDB\BSON\Document::toPHP
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
MongoDB\BSON\Document::toPHP
Референца за `mongodb-bson-document.tophp.php` со подобрена типографија и навигација.
MongoDB\BSON\Document::toPHP
(mongodb >=1.16.0)
MongoDB\BSON\Document::toPHP — Returns the PHP representation of the BSON document
= NULL
Unserializes the BSON document to its PHP representation. The
typeMap paramater may be used to control the PHP types used for converting BSON arrays and documents (both root and embedded).
BSON documents can technically contain duplicate keys because documents are stored as a list of key-value pairs; however, applications should refrain from generating documents with duplicate keys as server and driver behavior may be undefined. Since PHP objects and arrays cannot have duplicate keys, data could also be lost when decoding a BSON document with duplicate keys.
Параметри
typeMap(array)
Вратени вредности
The decoded PHP value.
Забелешка: When encountering a value encoded as 64-bit integer in the BSON document, the return value of this method will be a MongoDB\BSON\Int64 instance.
Errors/Exceptions
- ). Ако повикот не успее, ќе врати MongoDB\Driver\Exception\InvalidArgumentException if a class in the type map cannot be instantiated or does not implement MongoDB\BSON\Unserializable.
Види Исто така
- MongoDB\BSON\toPHP() - Враќа PHP репрезентација на BSON вредност
- ако BSON итераторот не можеше да се иницијализира.