symfony / polyfill-intl-icu
Symfony 对 intl 扩展 ICU 相关数据和类的 polyfill 实现
v1.31.0
2024-09-09 11:45 UTC
Requires
- php: >=7.2
Suggests
- ext-intl: For best performance and support of other locales than "en"
- 1.x-dev
- v1.31.0
- v1.30.0
- v1.29.0
- v1.28.0
- v1.27.0
- v1.26.0
- v1.25.0
- v1.24.0
- v1.23.0
- v1.22.1
- v1.22.0
- v1.20.0
- v1.19.0
- v1.18.1
- v1.18.0
- v1.17.1
- v1.17.0
- v1.16.0
- v1.15.0
- v1.14.0
- v1.13.2
- v1.13.1
- v1.13.0
- v1.12.0
- v1.11.0
- v1.10.0
- v1.9.0
- v1.8.0
- v1.7.0
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.1
- v1.1.0
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2024-09-18 10:00:57 UTC
README
当未安装 Intl 扩展时,此包提供回退实现。它限于 "en" 区域设置,并包含以下功能:
intl_is_failure()
intl_get_error_code()
intl_get_error_message()
intl_error_name()
Collator
NumberFormatter
Locale
IntlDateFormatter
更多信息可以在 主 Polyfill README 中找到。
许可证
此库是在 MIT 许可证 下发布的。