PHP Portal » PHP Handbuch » MongoBinData::__toString

Werbung

MongoBinData::__toString


(PECL mongo >= 0.8.1)

MongoBinData::__toStringThe string representation of this binary data object.

Beschreibung

public string MongoBinData::__toString ( void )

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns the string "<Mongo Binary Data>". To access the contents of a MongoBinData, use the bin field.