PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\BSON\Binary::__toString
request it (377)
GoLang replacement for PHP's MongoDB\BSON\Binary::__toString
[edit | history]
PHP MongoDB\BSON\Binary::__toStringPHP original manual for MongoDB\BSON\Binary::__toString [ show | php.net ]MongoDB\BSON\Binary::__toString(mongodb >=1.2.0) MongoDB\BSON\Binary::__toString — Returns the Binary's data Description
final public string MongoDB\BSON\Binary::__toString
( void
)
This method is an alias of: MongoDB\BSON\Binary::getData(). ParametersThis function has no parameters. Return ValuesReturns the Binary's data. Errors/Exceptions
ExamplesExample #1 MongoDB\BSON\Binary::__toString() example
<?php The above example will output: string(3) "foo" See Also
|
more
Recently updated
more
Most requested
more
Last requests
|