PHP 7.0.6 Released

MongoBinData::__toString

(PECL mongo >= 0.8.1)

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

Description

public string MongoBinData::__toString ( void )

Parameters

This function has no parameters.

Return Values

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

User Contributed Notes

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