PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\BSON\Unserializable::bsonUnserialize
request it (367)
GoLang replacement for PHP's MongoDB\BSON\Unserializable::bsonUnserialize
[edit | history]
PHP MongoDB\BSON\Unserializable::bsonUnserializePHP original manual for MongoDB\BSON\Unserializable::bsonUnserialize [ show | php.net ]MongoDB\BSON\Unserializable::bsonUnserialize(mongodb >=1.0.0) MongoDB\BSON\Unserializable::bsonUnserialize — Constructs the object from a BSON array or document Description
abstract public void MongoDB\BSON\Unserializable::bsonUnserialize
( array
$data
)Called during unserialization of the object from BSON. The properties of the BSON array or document will be passed to the method as an array. Remember to check for an _id property when handling data from a BSON document.
Parameters
Return ValuesThe return value from this method is ignored. ExamplesExample #1 MongoDB\BSON\Unserializable::bsonUnserialize() example
<?php The above example will output: object(MyDocument)#1 (1) { ["data":"MyDocument":private]=> array(1) { ["foo"]=> string(3) "bar" } } See Also
|
more
Recently updated
more
Most requested
more
Last requests
|