Search Results
IntlCalendar::getKeywordValuesForLocale (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::getKeywordValuesForLocale — Get set of locale keyword values
For a given locale key, get the set of values for that key that would result in a different behavior. For now, only the 'calendar' keyword is supported.
IntlCalendar::getKeywordValuesForLocale is a PHP function that retrieves the set of values associated with the specified keyword for a given locale using the International Calendar extension. It allows you to fetch the available options for a specific keyword in a particular locale, such as getting the possible time zone names or calendar types for a given region. View example usage php ...
English PHP documentation. Contribute to php/doc-en development by creating an account on GitHub.
(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::getKeywordValuesForLocale — Get set of locale keyword values
IntlCalendar::FIELD_ERA Calendar field numerically representing an era, for instance 1 for AD and 0 for BC in the Gregorian/Julian calendars and 235 for the Heisei (平成) era in the Japanese calendar.
The IntlCalendar class Introduction (PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) Class synopsis
