Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 28-Mar-2019 | - | ||||
Ctype.php | H A D | 27-Mar-2019 | 6.1 KiB | 228 | 73 | |
LICENSE | H A D | 27-Mar-2019 | 1 KiB | 20 | 16 | |
README.md | H A D | 27-Mar-2019 | 352 | 13 | 8 | |
bootstrap.php | H A D | 27-Mar-2019 | 1.1 KiB | 27 | 15 | |
composer.json | H A D | 27-Mar-2019 | 860 | 35 | 34 |
README.md
1Symfony Polyfill / Ctype 2======================== 3 4This component provides `ctype_*` functions to users who run php versions without the ctype extension. 5 6More information can be found in the 7[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md). 8 9License 10======= 11 12This library is released under the [MIT license](LICENSE). 13