The MongoDB\BSON\Timestamp class
(mongodb >=1.0.0)
Introduction
Represents a
» BSON timestamp,
which is an internal MongoDB type not intended for general date storage.
Class synopsis
final public __construct
(
integer $increment
,
integer $timestamp
)
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.