| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlCalendar::getDayOfWeekType(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::getDayOfWeekType — Tell whether a day is a weekday, weekend or a day that has a transition between the two 説明オブジェクト指向型
public int IntlCalendar::getDayOfWeekType
( int
$dayOfWeek
)手続き型
Returns whether the passed day is a weekday
(
If the return is either
This function requires ICU 4.4 or later. パラメータ
返り値
Returns one of the constants
例
例1 IntlCalendar::getDayOfWeekType()
<?php 上の例の出力は以下となります。 Locale: English (United States) 1 3 86400000 2 0 3 0 4 0 5 0 6 0 7 1 Locale: Arabic (Saudi Arabia) 1 0 2 0 3 0 4 0 5 1 6 3 86400000 7 0 |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlCalendar::getDayOfWeekType - Tell whether a day is a weekday, weekend or a day that has a transition between the two」をGoogle検索
|