| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlCalendar::setFirstDayOfWeek(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::setFirstDayOfWeek — Set the day on which the week is deemed to start 説明オブジェクト指向型
public bool IntlCalendar::setFirstDayOfWeek
( int
$dayOfWeek
)手続き型
Defines the day of week deemed to start the week. This affects the behavior
of fields that depend on the concept of week start and end such as
パラメータ
返り値
Returns 例
例1 IntlCalendar::setFirstDayOfWeek()
<?php 上の例の出力は以下となります。 int(2) local day of week: 7 week of month : 4 week of year : 26 local day of week: 1 week of month : 5 week of year : 27 |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlCalendar::setFirstDayOfWeek - Set the day on which the week is deemed to start」をGoogle検索
|