Php/docs/mongodate.tostring

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

MongoDate::__toString

(PECL mongo >= 0.8.1)

MongoDate::__toString返回该日期的字符串形式的表达


This extension that defines this method

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

说明

public MongoDate::__toString ( ) : string

返回该日期的字符串表示形式,类似 microtime() 返回的表示。


参数

此函数没有参数。


返回值

该日期。