IntlCalendar::getMaximum

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the global maximum value for a field public int IntlCalendar::getMaximum ( int $field ) Object oriented style Procedural style int intlcal_get_maximum ( IntlCalendar $cal , int $field ) Gets the global maximum for a field, in this specific calendar. This value is larger or equal to that returned by IntlCalendar::getActualMaximum(), which is in its turn larger or equal to that r

IntlCalendar::getMinimum

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the global minimum value for a field public int IntlCalendar::getMinimum ( int $field ) Object oriented style Procedural style int intlcal_get_minimum ( IntlCalendar $cal , int $field ) Gets the global minimum for a field, in this specific calendar. This value is smaller or equal to that returned by IntlCalendar::getActualMinimum(), which is in its turn smaller or equal to that

IntlCalendar::getErrorMessage

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get last error message on the object public string IntlCalendar::getErrorMessage ( void ) Object oriented style (method): Procedural style: string intlcal_get_error_message ( IntlCalendar $calendar ) Returns the error message (if any) associated with the error reported by IntlCalendar::getErrorCode() or intlcal_get_error_code(). If there is no associated error message, only the string

IntlCalendar::getKeywordValuesForLocale

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get set of locale keyword values public static Iterator IntlCalendar::getKeywordValuesForLocale ( string $key, string $locale, boolean $commonlyUsed ) Object oriented style Procedural style Iterator intlcal_get_keyword_values_for_locale ( string $key , string $locale , boolean $commonlyUsed ) For a given locale key, get the set of values for that key that would result in a differen

IntlCalendar::getLeastMaximum

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the smallest local maximum for a field public int IntlCalendar::getLeastMaximum ( int $field ) Object oriented style Procedural style int intlcal_get_least_maximum ( IntlCalendar $cal , 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

IntlCalendar::getFirstDayOfWeek

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the first day of the week for the calendarʼs locale public int IntlCalendar::getFirstDayOfWeek ( void ) Object oriented style Procedural style int intlcal_get_first_day_of_week ( IntlCalendar $cal ) The week day deemed to start a week, either the default value for this locale or the value set with IntlCalendar::setFirstDayOfWeek(). Parameters:

IntlCalendar::getGreatestMinimum

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the largest local minimum value for a field public int IntlCalendar::getGreatestMinimum ( int $field ) Object oriented style Procedural style int intlcal_get_greatest_minimum ( IntlCalendar $cal , int $field ) Returns the largest local minimum for a field. This should be a value larger or equal to that returned by IntlCalendar::getActualMinimum(), which is in its turn larger or

IntlCalendar::getDayOfWeekType

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Tell whether a day is a weekday, weekend or a day that has a transition between the two public int IntlCalendar::getDayOfWeekType ( int $dayOfWeek ) Object oriented style Procedural style int intlcal_get_day_of_week_type ( IntlCalendar $cal , int $dayOfWeek ) Returns whether the passed day is a weekday (IntlCalendar::DOW_TYPE_WEEKDAY), a weekend day (IntlCalendar::DOW_TYPE_WEEKEND)

IntlCalendar::getErrorCode

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get last error code on the object public int IntlCalendar::getErrorCode ( void ) Object oriented style (method): Procedural style: int intlcal_get_error_code ( IntlCalendar $calendar ) Returns the numeric ICU error code for the last call on this object (including cloning) or the IntlCalendar given for the calendar parameter (in the procedural‒style version). This may indicate only a wa

IntlCalendar::get

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the value for a field public int IntlCalendar::get ( int $field ) Object oriented style Procedural style int intlcal_get ( IntlCalendar> $cal , int $field ) Gets the value for a specific field. Parameters: cal The IntlCalendar resource. field One of the IntlCalendar date/time field cons