bson_encode
(PECL mongo >=1.0.1)
bson_encode — Serializes a PHP variable into a BSON string
Descrição
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.
Parâmetros
- anything
-
The variable to be serialized.
Valor Retornado
Returns the serialized string.
User Contributed Notes
bson_encode
bson_encode
There are no user contributed notes for this page.

bson_decode