/home/techb158/immovalet.com/vendor/symfony/polyfill-intl-icu
NameSizeModeActions
DateFormat/-0755rm
Exception/-0755rm
Resources/-0755rm
bootstrap.php9060644editdlrm
bootstrap80.php8260644editdlrm
Collator.php74350644editdlrm
composer.json11690644editdlrm
Currencies.php11710644editdlrm
Icu.php30310644editdlrm
IntlDateFormatter.php179100644editdlrm
LICENSE10650644editdlrm
Locale.php89330644editdlrm
NumberFormatter.php290040644editdlrm
README.md8540644editdlrm
Edit: /home/techb158/immovalet.com/vendor/symfony/polyfill-intl-icu/README.md (854B)
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) 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).