1764916958
markdown-ac140a882860b65ee882e50fd8a6a83359666369
s:1371:"<h1>getallheaders</h1>
<p>PHP <code>getallheaders()</code> polyfill. Compatible with PHP &gt;= 5.3.</p>
<p><a href="https://travis-ci.org/ralouphie/getallheaders"><img src="https://travis-ci.org/ralouphie/getallheaders.svg?branch=master" alt="Build Status" /></a>
<a href="https://coveralls.io/r/ralouphie/getallheaders?branch=master"><img src="https://coveralls.io/repos/ralouphie/getallheaders/badge.png?branch=master" alt="Coverage Status" /></a>
<a href="https://packagist.org/packages/ralouphie/getallheaders"><img src="https://poser.pugx.org/ralouphie/getallheaders/v/stable.png" alt="Latest Stable Version" /></a>
<a href="https://packagist.org/packages/ralouphie/getallheaders"><img src="https://poser.pugx.org/ralouphie/getallheaders/v/unstable.png" alt="Latest Unstable Version" /></a>
<a href="https://packagist.org/packages/ralouphie/getallheaders"><img src="https://poser.pugx.org/ralouphie/getallheaders/license.png" alt="License" /></a></p>
<p>This is a simple polyfill for <a href="http://www.php.net/manual/en/function.getallheaders.php"><code>getallheaders()</code></a>.</p>
<h2>Install</h2>
<p>For PHP version <strong><code>&gt;= 5.6</code></strong>:</p>
<pre><code>composer require ralouphie/getallheaders</code></pre>
<p>For PHP version <strong><code>&lt; 5.6</code></strong>:</p>
<pre><code>composer require ralouphie/getallheaders "^2"</code></pre>";