略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: IntlCalendar::setRepeatedWallTimeOption

2024-05-06

IntlCalendar::setRepeatedWallTimeOption

(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1)

IntlCalendar::setRepeatedWallTimeOptionSet behavior for handling repeating wall times at negative timezone offset transitions

说明

面向对象风格

public IntlCalendar::setRepeatedWallTimeOption(int $option): bool

过程化风格

intlcal_set_repeated_wall_time_option(IntlCalendar $calendar, int $option): bool

Sets the current strategy for dealing with wall times that are repeated whenever the clock is set back during dailight saving time end transitions. The default value is IntlCalendar::WALLTIME_LAST (take the post-DST instant). The other possible value is IntlCalendar::WALLTIME_FIRST (take the instant that occurs during DST).

This function requires ICU 4.9 or later.

参数

calendar

IntlCalendar 实例。

option

One of the constants IntlCalendar::WALLTIME_FIRST or IntlCalendar::WALLTIME_LAST.

返回值

总是返回 true

范例

See the example on IntlCalendar::getRepeatedWallTimeOption().

参见

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/intlcalendar.setrepeatedwalltimeoption.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3