update : 2015.11.03
php.shukuma.com검색:
|
IntlCalendar::getLeastMaximum(PHP 5.5.0, PECL >= 3.0.0a1) IntlCalendar::getLeastMaximum — Get the smallest local maximum for a field 설명객체 기반 형식
public int IntlCalendar::getLeastMaximum
( int
$field
)절차식 형식 Returns the smallest local maximumw for a field. This should be a value smaller or equal to that returned by IntlCalendar::getActualMaxmimum(), which is in its turn smaller or equal to that returned by IntlCalendar::getMaximum(). 인수
반환값
An int representing a field value in the fieldʼs
unit실패 시 예제
Example #1 Maxima examples
<?php 위 예제의 출력: int(28) int(30) int(31) 참고
|