PHP Classes

File: vendor/symfony/symfony/src/Symfony/Component/Intl/README.md

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/symfony/src/Symfony/Component/Intl/README.md   Download  
File: vendor/symfony/symfony/src/Symfony/Component/Intl/README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 625 bytes
 

Contents

Class file image Download

Intl Component

A PHP replacement layer for the C intl extension that includes additional data from the ICU library.

The replacement layer is limited to the locale "en". If you want to use other locales, you should [install the intl extension] [0] instead.

Documentation

The documentation for the component can be found [online] [1].

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Intl/
$ composer install
$ phpunit

[0]: http://www.php.net/manual/en/intl.setup.php [1]: https://symfony.com/doc/2.8/components/intl.html