Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
25 lines
911 B
Markdown
25 lines
911 B
Markdown
Symfony Polyfill / Intl: ICU
|
|
============================
|
|
|
|
This package provides fallback implementations when the
|
|
[Intl](https://php.net/intl) extension is not installed.
|
|
It is limited to the "en" locale and to:
|
|
|
|
- [`intl_is_failure()`](https://php.net/intl-is-failure)
|
|
- [`intl_get_error_code()`](https://php.net/intl-get-error-code)
|
|
- [`intl_get_error_message()`](https://php.net/intl-get-error-message)
|
|
- [`intl_error_name()`](https://php.net/intl-error-name)
|
|
- [`Collator`](https://php.net/Collator)
|
|
- [`NumberFormatter`](https://php.net/NumberFormatter)
|
|
- [`Locale`](https://php.net/Locale)
|
|
- [`IntlDateFormatter`](https://php.net/IntlDateFormatter)
|
|
- [`IntlListFormatter`](https://php.net/IntlListFormatter)
|
|
|
|
More information can be found in the
|
|
[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).
|
|
|
|
License
|
|
=======
|
|
|
|
This library is released under the [MIT license](LICENSE).
|