酒店预订平台
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
12345678910111213141516171819202122232425262728
  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).