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.
yangsai@163.com
d3856858fd
|
2 weeks ago | |
---|---|---|
.. | ||
src | 2 weeks ago | |
LICENSE | 2 weeks ago | |
README.md | 2 weeks ago | |
composer.json | 2 weeks ago |
README.md
getallheaders
PHP getallheaders()
polyfill. Compatible with PHP >= 5.3.
This is a simple polyfill for getallheaders()
.
Install
For PHP version >= 5.6
:
composer require ralouphie/getallheaders
For PHP version < 5.6
:
composer require ralouphie/getallheaders "^2"