bson_encodeSerializes a PHP variable into a BSON string Beschreibung
string bson_encode
( mixed
$anything
)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. Parameter-Liste
RückgabewerteReturns the serialized string. |