LICENSE
5 years ago
Php72.php
5 years ago
README.md
5 years ago
bootstrap.php
5 years ago
composer.json
5 years ago
README.md
29 lines
| 1 | Symfony Polyfill / Php72 |
| 2 | ======================== |
| 3 | |
| 4 | This component provides functions added to PHP 7.2 core: |
| 5 | |
| 6 | - [](https://php.net/spl_object_id`spl_object_id`](https://php.net/spl_object_id](https://php.net/spl_object_id) |
| 7 | - [](https://php.net/stream_isatty`stream_isatty`](https://php.net/stream_isatty](https://php.net/stream_isatty) |
| 8 | |
| 9 | On Windows only: |
| 10 | |
| 11 | - [](https://php.net/sapi_windows_vt100_support`sapi_windows_vt100_support`](https://php.net/sapi_windows_vt100_support](https://php.net/sapi_windows_vt100_support) |
| 12 | |
| 13 | Moved to core since 7.2 (was in the optional XML extension earlier): |
| 14 | |
| 15 | - [](https://php.net/utf8_encode`utf8_encode`](https://php.net/utf8_encode](https://php.net/utf8_encode) |
| 16 | - [](https://php.net/utf8_decode`utf8_decode`](https://php.net/utf8_decode](https://php.net/utf8_decode) |
| 17 | |
| 18 | Also, it provides constants added to PHP 7.2: |
| 19 | - [](https://php.net/reserved.constants#constant.php-float-dig`PHP_FLOAT_*`](https://php.net/reserved.constants#constant.php-float-dig](https://php.net/reserved.constants#constant.php-float-dig) |
| 20 | - [](https://php.net/reserved.constants#constant.php-os-family`PHP_OS_FAMILY`](https://php.net/reserved.constants#constant.php-os-family](https://php.net/reserved.constants#constant.php-os-family) |
| 21 | |
| 22 | More information can be found in the |
| 23 | [](https://github.com/symfony/polyfill/blob/master/README.mdmain Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md](https://github.com/symfony/polyfill/blob/master/README.md). |
| 24 | |
| 25 | License |
| 26 | ======= |
| 27 | |
| 28 | This library is released under the [](LICENSEMIT license](LICENSE](LICENSE). |
| 29 |