IntlCalendar
在线手册:中文  英文

IntlCalendar::toDateTime

(PHP 5.5.0, PECL >= 3.0.0a2)

IntlCalendar::toDateTimeConvert an IntlCalendar into a DateTime object

说明

public DateTime IntlCalendar::toDateTime ( void )

Warning

本函数还未编写文档,仅有参数列表。

参数

此函数没有参数。

返回值

A DateTime object with the same timezone as this object (though using PHP?s database instead of ICU?s) and the same time, except for the smaller precision (second precision isntead of millisecond). Returns FALSE on failure.


IntlCalendar
在线手册:中文  英文
易百教程