MongoBinData::__toString

The string representation of this binary data object

注意:

このメソッドを定義している拡張モジュールは非推奨です。 かわりに MongoDB 拡張モジュールを使うべきです。 このメソッドの代替として、以下が使えます。

  • MongoDB\BSON\Binary::getData

説明

public string MongoBinData::__toString ( void )

パラメータ

この関数にはパラメータはありません。

返り値

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