ctinyle b28c589137 fix | il y a 3 mois | |
---|---|---|
.. | ||
src | il y a 3 mois | |
LICENSE | il y a 3 mois | |
README.md | il y a 3 mois | |
composer.json | il y a 3 mois |
PHP getallheaders()
polyfill. Compatible with PHP >= 5.3.
This is a simple polyfill for getallheaders()
.
For PHP version >= 5.6
:
composer require ralouphie/getallheaders
For PHP version < 5.6
:
composer require ralouphie/getallheaders "^2"