Ecma\Intl\Category

enum Ecma\Intl\Category string

Categories of values supported by this implementation.

While ECMA-402 defines these as static string values of “calendar,” “collation,” “currency,” “numberingSystem,” “timeZone,” and “unit,” this implementation uses a native PHP enum to take advantage of strong typing.

case Calendar 'calendar'
case Collation 'collation'
case Currency 'currency'
case NumberingSystem 'numberingSystem'
case TimeZone 'timeZone'
case Unit 'unit'