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.

README.md 797 B

4 years ago
123456789101112131415161718192021222324252627
  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 a constant added to PHP 7.2:
  12. - [`PHP_OS_FAMILY`](https://php.net/reserved.constants#constant.php-os-family)
  13. More information can be found in the
  14. [main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
  15. License
  16. =======
  17. This library is released under the [MIT license](LICENSE).