MongoDB\BSON\Timestamp
PHP Manual

MongoDB\BSON\Timestamp::__construct

(mongodb >=1.0.0)

MongoDB\BSON\Timestamp::__constructDescription

Description

final public MongoDB\BSON\Timestamp::__construct ( string $increment , string $timestamp )

Parameters

increment

timestamp

Return Values

Errors/Exceptions

Examples

Example #1 MongoDB\BSON\Timestamp::__construct() example

<?php

/* ... */

?>

The above example will output something similar to:

...

See Also


MongoDB\BSON\Timestamp
PHP Manual