|
MongoDB\BSON\Timestamp::__toStringReturns the string representation of this Timestamp Description
final public string MongoDB\BSON\Timestamp::__toString()
ParametersThis function has no parameters. Return ValuesReturns the string representation of this Timestamp. ExamplesExample #1 MongoDB\BSON\Timestamp::__toString example
The above example will output something similar to: string(11) "[1234:5678]" See Also |