PHP 8.6.0 Alpha 2 available for testing

IntlListFormatter::__construct

(No version information available, might only be in Git)

IntlListFormatter::__constructCreates a new IntlListFormatter instance

说明

public function IntlListFormatter::__construct(string $locale, int $type = IntlListFormatter::TYPE_AND, int $width = IntlListFormatter::WIDTH_WIDE)

Creates a new IntlListFormatter instance for the given locale.

参数

locale
The locale to use for formatting.
type
The list type. One of the IntlListFormatter::TYPE_* constants: IntlListFormatter::TYPE_AND, IntlListFormatter::TYPE_OR, or IntlListFormatter::TYPE_UNITS.
width
The list width. One of the IntlListFormatter::WIDTH_* constants: IntlListFormatter::WIDTH_WIDE, IntlListFormatter::WIDTH_SHORT, or IntlListFormatter::WIDTH_NARROW.

错误/异常

Throws an IntlException if the formatter cannot be created (e.g. invalid locale or ICU version is below 67).

更新日志

版本 说明
8.5.0 The class was added.

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top