MongoDB\BSON\fromPHPReturns the BSON representation of a PHP value 警告
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. 説明
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. パラメータ
戻り値The serialized BSON document as a binary string. エラー / 例外
例例1 MongoDB\BSON\fromPHP example
上の例の出力は以下となります。 0e00000010666f6f000100000000cat 参考
|