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::getLocale

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the locale associated with the object public string IntlCalendar::getLocale ( int $localeType ) Object oriented style Procedural style string intlcal_get_locale ( IntlCalendar $cal , int $localeType ) Returns the locale used by this calendar object. Parameters: cal The IntlCalendar resource. localeType

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::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::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::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::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::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::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::getAvailableLocales

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get array of locales for which there is data public static array IntlCalendar::getAvailableLocales ( void ) Object oriented style Procedural style array intlcal_get_available_locales ( void ) Gives the list of locales for which calendars are installed. As of ICU 51, this is the list of all installed ICU locales. Returns: An array of strings, one for whic