bson_encode

(PECL mongo >=1.0.1)

bson_encodeSerializes a PHP variable into a BSON string

Opis

bson_encode ( mixed $anything ) : string

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.

Parametry

anything

The variable to be serialized.

Zwracane wartości

Returns the serialized string.

add a note add a note

User Contributed Notes

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