update : 2015.11.03
php.shukuma.com검색:
|
IntlCalendar::getWeekendTransition(PHP 5.5.0, PECL >= 3.0.0a1) IntlCalendar::getWeekendTransition — Get time of the day at which weekend begins or ends 설명객체 기반 형식
public int IntlCalendar::getWeekendTransition
( string
$dayOfWeek
)절차식 형식 Returns the number of milliseconds after midnight at which the weekend begins or ends.
This is only applicable for days of the week for which
IntlCalendar::getDayOfWeekType() returns either
This function requires ICU 4.4 or later. 인수
반환값
The number of milliseconds into the day at which the weekend begins or
ends실패 시 예제See example on IntlCalendar::getDayOfWeekType(). |