|
IntlCalendar::getRepeatedWallTimeOptionGet behavior for handling repeating wall time BeschreibungObjektorientierter Stil
public int IntlCalendar::getRepeatedWallTimeOption
( void
)
Prozeduraler Stil
int intlcal_get_repeated_wall_time_option
( IntlCalendar
$cal
)
Gets 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 This function requires ICU 4.9 or later. Parameter-Liste
Rückgabewerte
One of the constants Beispiele
Beispiel #1 IntlCalendar::getRepeatedWallTimeOption
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: int(0) string(42) "Sunday, October 27, 2013 at 1:30:00 AM GMT" int(1) string(43) "Sunday, October 27, 2013 at 12:30:00 AM GMT" Siehe auch
|