update : 2015.11.03
php.shukuma.com

검색:
 
 
Deserializes a BSON object into a PHP array

bson_decode

(PECL mongo >=1.0.1)

bson_decodeDeserializes a BSON object into a PHP array

설명

array bson_decode ( string $bson )

This function is very beta and entirely useless for 99% of users. It is only useful if you're doing something weird, such as writing your own driver on top of the PHP driver.

인수

bson

The BSON to be deserialized.

반환값

Returns the deserialized BSON object.