You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
873 B

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