Php/docs/mongotimestamp.tostring

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

MongoTimestamp::__toString

(PECL mongo >= 1.0.1)

MongoTimestamp::__toString返回时间戳的字符串表示形式


This extension that defines this method

is deprecated. Instead, the MongoDB extension should be used. Alternatives to this method include:

说明

public MongoTimestamp::__toString ( ) : string

返回时间戳里的秒数字段。


参数

此函数没有参数。


返回值

该时间戳自新纪元时间以来的秒数。