array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'mongodb-bson-packedarray.tophp.php', 1 => 'MongoDB\\BSON\\PackedArray::toPHP', 2 => 'Returns the PHP representation of the BSON array', ), 'up' => array ( 0 => 'class.mongodb-bson-packedarray.php', 1 => 'MongoDB\\BSON\\PackedArray', ), 'prev' => array ( 0 => 'mongodb-bson-packedarray.tocanonicalextendedjson.php', 1 => 'MongoDB\\BSON\\PackedArray::toCanonicalExtendedJSON', ), 'next' => array ( 0 => 'mongodb-bson-packedarray.torelaxedextendedjson.php', 1 => 'MongoDB\\BSON\\PackedArray::toRelaxedExtendedJSON', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/mongodb/bson/packedarray/tophp.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(mongodb >=1.16.0)
MongoDB\BSON\PackedArray::toPHP — Returns the PHP representation of the BSON array
typeMap
(array)The decoded PHP value.
Зауваження: When encountering a value encoded as 64-bit integer in the BSON array, the return value of this method will be a MongoDB\BSON\Int64 instance.