PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

IntlCalendar::setMinimalDaysInFirstWeek - Set minimal number of days the first week in a year or month can have | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

IntlCalendar::setMinimalDaysInFirstWeek

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

IntlCalendar::setMinimalDaysInFirstWeekSet minimal number of days the first week in a year or month can have

説明

オブジェクト指向型

public bool IntlCalendar::setMinimalDaysInFirstWeek ( int $minimalDays )

手続き型

bool intlcal_get_minimal_days_in_first_week ( IntlCalendar $cal , int $minimalDays )

Sets the smallest number of days the first week of a year or month must have in the new year or month. For instance, in the Gregorian calendar, if this value is 1, then the first week of the year will necessarily include January 1st, while if this value is 7, then the week with January 1st will be the first week of the year only if the day of the week for January 1st matches the day of the week returned by IntlCalendar::getFirstDayOfWeek(); otherwise it will be the previous year?s last week.

パラメータ

cal

The IntlCalendar resource.

minimalDays

The number of minimal days to set.

返り値

TRUE on success, FALSE on failure.


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「IntlCalendar::setMinimalDaysInFirstWeek - Set minimal number of days the first week in a year or month can have」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | IntlCalendar::setMinimalDaysInFirstWeek - Set minimal number of days the first week in a year or month can have」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: