PHP Doku:: Deserializes a BSON object into a PHP array - function.bson-decode.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

Mongo Funktionen

<<Mongo Funktionen

bson_encode>>

bson_decode

(PECL mongo >=1.0.1)

bson_decodeDeserializes a BSON object into a PHP array

Beschreibung

array bson_decode ( string $bson )

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

bson

The BSON to be deserialized.

Rückgabewerte

Returns the deserialized BSON object.


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",...)