PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\BSON\Timestamp::__construct
request it (362)
GoLang replacement for PHP's MongoDB\BSON\Timestamp::__construct
[edit | history]
PHP MongoDB\BSON\Timestamp::__constructPHP original manual for MongoDB\BSON\Timestamp::__construct [ show | php.net ]MongoDB\BSON\Timestamp::__construct(mongodb >=1.0.0) MongoDB\BSON\Timestamp::__construct — Construct a new Timestamp Description
final public MongoDB\BSON\Timestamp::__construct
( int
$increment
, int $timestamp
)ParametersErrors/Exceptions
ExamplesExample #1 MongoDB\BSON\Timestamp::__construct() example
<?php The above example will output: object(MongoDB\BSON\Timestamp)#1 (2) { ["increment"]=> int(1234) ["timestamp"]=> int(5678) } See Also |
more
Recently updated
more
Most requested
more
Last requests
|