| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlCalendar::getSkippedWallTimeOption(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::getSkippedWallTimeOption — Get behavior for handling skipped wall time 説明オブジェクト指向型
public int IntlCalendar::getSkippedWallTimeOption
( void
)
手続き型
Gets the current strategy for dealing with wall times that are skipped
whenever the clock is forwarded during dailight saving time start transitions.
The default value is The calendar must be lenient for this option to have any effect, otherwise attempting to set a non-existing time will cause an error. This function requires ICU 4.9 or later. パラメータ
返り値
One of the constants 例
例1 IntlCalendar::getSkippedWallTimeOption()
<?php 上の例の出力は以下となります。 bool(true) int(0) string(40) "Sunday, March 31, 2013 at 1:30:00 AM GMT" int(1) string(41) "Sunday, March 31, 2013 at 12:30:00 AM GMT" int(2) string(40) "Sunday, March 31, 2013 at 1:00:00 AM GMT" 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlCalendar::getSkippedWallTimeOption - Get behavior for handling skipped wall time」をGoogle検索
|