PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\BSON\Timestamp::__toString
request it (384)
GoLang replacement for PHP's MongoDB\BSON\Timestamp::__toString
[edit | history]
PHP MongoDB\BSON\Timestamp::__toStringPHP original manual for MongoDB\BSON\Timestamp::__toString [ show | php.net ]MongoDB\BSON\Timestamp::__toString(mongodb >=1.0.0) MongoDB\BSON\Timestamp::__toString — Returns 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
<?php The above example will output something similar to: string(11) "[1234:5678]" See Also |
more
Recently updated
more
Most requested
more
Last requests
|