commit | author | age
|
2207d6
|
1 |
Symfony Polyfill / Php72 |
W |
2 |
======================== |
|
3 |
|
|
4 |
This component provides functions added to PHP 7.2 core: |
|
5 |
|
|
6 |
- [`spl_object_id`](https://php.net/spl_object_id) |
|
7 |
- [`stream_isatty`](https://php.net/stream_isatty) |
|
8 |
|
|
9 |
On Windows only: |
|
10 |
|
|
11 |
- [`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 |
- [`utf8_encode`](https://php.net/utf8_encode) |
|
16 |
- [`utf8_decode`](https://php.net/utf8_decode) |
|
17 |
|
|
18 |
Also, it provides a constant added to PHP 7.2: |
|
19 |
- [`PHP_OS_FAMILY`](http://php.net/manual/en/reserved.constants.php#constant.php-os-family) |
|
20 |
|
|
21 |
More information can be found in the |
|
22 |
[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md). |
|
23 |
|
|
24 |
License |
|
25 |
======= |
|
26 |
|
|
27 |
This library is released under the [MIT license](LICENSE). |