Query: bson_decode
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BSON_DECODE(3) 1 BSON_DECODE(3) bson_decode - Deserializes a BSON object into a PHP arraySYNOPSISarray bson_decode (string $bson)DESCRIPTIONThis 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.PARAMETERSo $bson - The BSON to be deserialized.RETURN VALUESReturns the deserialized BSON object. PHP Documentation Group BSON_DECODE(3)