1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00
webtrees_ynh/sources/vendor/symfony/polyfill-intl-icu/README.md

23 lines
986 B
Markdown

Symfony Polyfill / Intl: ICU
============================
This component provides a collection of functions/classes using the
[`symfony/intl`](https://github.com/symfony/intl) package when the
[Intl](http://php.net/intl) extension is not installed, including:
- [`intl_is_failure()`](http://php.net/manual/en/function.intl-is-failure.php)
- [`intl_get_error_code()`](http://php.net/manual/en/function.intl-get-error-code.php)
- [`intl_get_error_message()`](http://php.net/manual/en/function.intl-get-error-message.php)
- [`intl_error_name()`](http://php.net/manual/en/function.intl-error-name.php)
- [`Collator`](http://php.net/Collator)
- [`NumberFormatter`](http://php.net/NumberFormatter)
- [`Locale`](http://php.net/Locale)
- [`IntlDateFormatter`](http://php.net/IntlDateFormatter)
More information can be found in the
[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
License
=======
This library is released under the [MIT license](LICENSE).