No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

IntlCalendar: : setRepeatedWallTimeOption

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

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

Description

Object oriented style

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

Procedural style

intlcal_set_repeated_wall_time_option ( IntlCalendar $cal , int $wallTimeOption ) : 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.

PHP: IntlCalendar::setRepeatedWallTimeOption - Manual Home of Manuel PHP  Contents Haut

Parameters

cal

The IntlCalendar resource.

wallTimeOption

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

PHP: IntlCalendar::setRepeatedWallTimeOption - Manual Home of Manuel PHP  Contents Haut

Return Values

Returns TRUE on success. Failure can only happen due to invalid parameters.

PHP: IntlCalendar::setRepeatedWallTimeOption - Manual Home of Manuel PHP  Contents Haut

See Also

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph