MongoBinData::__toString

(PECL mongo >= 0.8.1)

MongoBinData::__toStringThe string representation of this binary data object

Opis

public MongoBinData::__toString ( void ) : string

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

add a note add a note

User Contributed Notes

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