IntlListFormatter::__constructCreates a new IntlListFormatter instance Description
public IntlListFormatter::__construct(string
$locale, int $type = IntlListFormatter::TYPE_AND, int $width = IntlListFormatter::WIDTH_WIDE)Creates a new IntlListFormatter instance for the given locale. Parameters
Errors/ExceptionsThrows an IntlException if the formatter cannot be created (e.g. invalid locale or ICU version is below 67). Changelog
See Also
|