PHP Doku:: Serializes a PHP variable into a BSON string - function.bson-encode.html

Verlauf / Chronik / History: (37) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenMongoDB Native DriverFunctionsMongo Funktionenbson_encode

Ein Service von Reinhard Neidl - Webprogrammierung.

Mongo Funktionen

<<bson_decode

Exceptions>>

bson_encode

(PECL mongo >=1.0.1)

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

anything

The variable to be serialized.

Rückgabewerte

Returns the serialized string.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)