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