|
MongoDB\BSON\ObjectID::__toStringReturns 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" |