update : 2015.11.03
php.shukuma.com검색:
|
IntlCalendar::getFirstDayOfWeek(PHP 5.5.0, 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 예제
Example #1 IntlCalendar::getFirstDayOfWeek()
<?php 위 예제의 출력: int(2) int(5) int(1) int(6) |