MongoBinData::__toString

The string representation of this binary data object.

Hinweis:

This extension that defines this method is deprecated. Instead, the MongoDB extension should be used. Alternatives to this method include:

  • MongoDB\BSON\Binary::getData

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.