update : 2015.11.03
php.shukuma.com검색:
|
IntlCalendar::isSet(PHP 5.5.0, PECL >= 3.0.0a1) IntlCalendar::isSet — Whether a field is set 설명객체 기반 형식
public bool IntlCalendar::isSet
( int
$field
)절차식 형식 Returns whether a field is set (as opposed to clear). Set fields take priority over unset fields and their default values when the date/time is being calculated. Fields set later take priority over fields set earlier. 인수
반환값
Assuming there are no argument errors, returns 예제See the example on IntlCalendar::clear(). 참고
|