PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\BSON\ObjectId::__toString
request it (352)
GoLang replacement for PHP's MongoDB\BSON\ObjectId::__toString
[edit | history]
PHP MongoDB\BSON\ObjectId::__toStringPHP original manual for MongoDB\BSON\ObjectId::__toString [ show | php.net ]MongoDB\BSON\ObjectId::__toString(mongodb >=1.0.0) MongoDB\BSON\ObjectId::__toString — Returns the hexidecimal representation of this ObjectId Description
final public string MongoDB\BSON\ObjectId::__toString
( void
)
ParametersThis function has no parameters. Return ValuesReturns the hexidecimal representation of this ObjectId. Errors/Exceptions
ExamplesExample #1 MongoDB\BSON\ObjectId::__toString() example
<?php The above example will output something similar to: string(24) "56731b49da14d8747d701211" string(24) "000000000000000000000001" |
more
Recently updated
more
Most requested
more
Last requests
|