d5dd463cb8d5d612081f652807fa501dd4fda79c
[yaffs-website] / vendor / symfony / polyfill-php54 / README.md
1 Symfony Polyfill / Php54
2 ========================
3
4 This component provides functions unavailable in releases prior to PHP 5.4:
5
6 - [`trait_exists`](http://php.net/trait_exists)
7 - [`class_uses`](http://php.net/class_uses)
8 - [`hex2bin`](http://php.net/hex2bin)
9 - [`session_register_shutdown`](http://php.net/session_register_shutdown)
10
11 More information can be found in the
12 [main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
13
14 License
15 =======
16
17 This library is released under the [MIT license](LICENSE).