|
MongoDB\BSON\Binary::__toStringReturns the Binary's data Description
final public string MongoDB\BSON\Binary::__toString()
This method is an alias of: MongoDB\BSON\Binary::getData. ParametersThis function has no parameters. Return ValuesReturns the Binary's data. ExamplesExample #1 MongoDB\BSON\Binary::__toString example
The above example will output: string(3) "foo" See Also
|