update : 2015.11.03
php.shukuma.com검색:
|
The MongoTimestamp class(PECL mongo >=1.0.1) 소개MongoTimestamp is an internal type used by MongoDB for replication and sharding. It consists of a 4-byte timestamp (i.e. seconds since the epoch) and a 4-byte increment. This type is not intended for storing time or date values (e.g. a "createdAt" field on a document).
클래스 개요
MongoTimestamp
{
/* Fields */
public
int
$sec
= 0
;
public
int
$inc
= 0
;
/* 메소드 */
}Table of Contents
|