MongoDB\BSON\fromPHPReturns the BSON representation of a PHP value Warning
This function has been DEPRECATED as of extension version 1.20.0 and will be removed in 2.0. Applications should use MongoDB\BSON\Document::fromPHP instead. Description
string MongoDB\BSON\fromPHP(arrayobject
$value )Serializes a PHP array or object (e.g. document) to its » BSON representation. The returned binary string will describe a BSON document. Parameters
Return ValuesThe serialized BSON document as a binary string. Errors/Exceptions
ExamplesExample #1 MongoDB\BSON\fromPHP example
The above example will output: 0e00000010666f6f000100000000cat See Also
|