PHP Velho Oeste 2024

bson_decode

(PECL mongo >=1.0.1)

bson_decodeDeserializes a BSON object into a PHP array

Açıklama

bson_decode ( string $bson ) : array

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.

Değiştirgeler

bson

The BSON to be deserialized.

Dönen Değerler

Returns the deserialized BSON object.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top