update : 2015.11.03
php.shukuma.com검색:
|
IntlCalendar::getRepeatedWallTimeOption(PHP 5.5.0, PECL >= 3.0.0a1) IntlCalendar::getRepeatedWallTimeOption — Get behavior for handling repeating wall time 설명객체 기반 형식
public int IntlCalendar::getRepeatedWallTimeOption
( void
)
절차식 형식
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. 인수
반환값
One of the constants 예제
Example #1 IntlCalendar::getRepeatedWallTimeOption()
<?php 위 예제의 출력: 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" 참고
|