MongoDB\BSON\Timestamp::__construct

(mongodb >=1.0.0)

MongoDB\BSON\Timestamp::__constructDescription

Опис

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

Параметри

increment

timestamp

Значення, що повертаються

Помилки/Винятки

Приклади

Приклад #1 MongoDB\BSON\Timestamp::__construct() example

<?php

/* ... */

?>

Наведений вище приклад виведе щось подібне до:

...

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top