| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlCalendar::getFirstDayOfWeek(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::getFirstDayOfWeek — Get the first day of the week for the calendar?s locale 説明オブジェクト指向型
public int IntlCalendar::getFirstDayOfWeek
( void
)
手続き型 The week day deemed to start a week, either the default value for this locale or the value set with IntlCalendar::setFirstDayOfWeek(). パラメータ
返り値
One of the constants 例
例1 IntlCalendar::getFirstDayOfWeek()
<?php 上の例の出力は以下となります。 int(2) int(5) int(1) int(6) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlCalendar::getFirstDayOfWeek - Get the first day of the week for the calendar?s locale」をGoogle検索
|