| 
update : 2015.11.03
php.shukuma.com 검색:
  | IntlCalendar::isWeekend(PHP 5.5.0, PECL >= 3.0.0a1) IntlCalendar::isWeekend — Whether a certain date/time is in the weekend 설명객체 기반 형식 
   public bool IntlCalendar::isWeekend
    ([ float  $date= NULL
  ] )절차식 형식 Returns whether either the obejctʼs current time or the provided timestamp occur during a weekend in this objectʼs calendar system. This function requires ICU 4.4 or later. 인수
 반환값A bool indicating whether the given or this objectʼs time occurs in a weekend. 
   The value  예제
 Example #1 IntlCalendar::isWeekend() 
<?php참고
 
 |