IntlCalendar
在线手册:中文  英文

IntlCalendar::inDaylightTime

(PHP 5.5.0, PECL >= 3.0.0a1)

IntlCalendar::inDaylightTimeWhether the object?s time is in Daylight Savings Time

说明

public bool IntlCalendar::inDaylightTime ( void )

Warning

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

参数

此函数没有参数。

返回值

Returns TRUE if the date is in Daylight Savings Time, FALSE otherwise. The value FALSE may also be returned on failure, for instance after specifying invalid field values on non-lenient mode; use exceptions or query IntlCalendar::getErrorCode() to disambiguate.


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