Php/docs/mongoid.gettimestamp

来自菜鸟教程
跳转至:导航、​搜索

MongoId::getTimestamp

(PECL mongo >= 1.0.1)

MongoId::getTimestamp获取新纪元时间到 id 创建时的秒数。


This extension that defines this method

is deprecated. Instead, the MongoDB extension should be used. There is no equivalent for this method in the new extension.

说明

public MongoId::getTimestamp ( ) : int

返回 id 创建时运行 time() 同样的东西。


参数

此函数没有参数。


返回值

获取新纪元时间到 id 创建时的秒数。 仅储存了四个字节的时间戳,所以 MongoDate 是储存更精准、更广范围时间的更佳选择。