update : 2015.11.03
php.shukuma.com검색:
|
IntlCalendar::setFirstDayOfWeek(PHP 5.5.0, 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 예제
Example #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 |