Yaffs site version 1.1
[yaffs-website] / vendor / symfony / polyfill-php55 / README.md
1 Symfony Polyfill / Php55
2 ========================
3
4 This component provides functions unavailable in releases prior to PHP 5.5:
5
6 - [`boolval`](http://php.net/boolval)
7 - [`json_last_error_msg`](http://php.net/json_last_error_msg)
8 - [`array_column`](http://php.net/array_column)
9 - [`hash_pbkdf2`](http://php.net/hash_pbkdf2)
10 - `password_*` functions (from [ircmaxell/password_compat](https://github.com/ircmaxell/password_compat))
11
12 More information can be found in the
13 [main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
14
15 License
16 =======
17
18 This library is released under the [MIT license](LICENSE).