Query: bson_encode
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BSON_ENCODE(3) 1 BSON_ENCODE(3) bson_encode - Serializes a PHP variable into a BSON stringSYNOPSISstring bson_encode (mixed $anything)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 $anything - The variable to be serialized.RETURN VALUESReturns the serialized string. PHP Documentation Group BSON_ENCODE(3)