public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/inc/lib/vendor/ralouphie/getallheaders/README.md
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
getallheaders
2
=============
4
PHP `getallheaders()` polyfill. Compatible with PHP >= 5.3.
6
[](https://travis-ci.org/ralouphie/getallheaders)
7
[](https://coveralls.io/r/ralouphie/getallheaders?branch=master)
8
[](https://packagist.org/packages/ralouphie/getallheaders)
9
[](https://packagist.org/packages/ralouphie/getallheaders)
10
[](https://packagist.org/packages/ralouphie/getallheaders)
13
This is a simple polyfill for [`getallheaders()`](http://www.php.net/manual/en/function.getallheaders.php).
15
## Install
17
For PHP version **`>= 5.6`**:
19
```
20
composer require ralouphie/getallheaders
21
```
23
For PHP version **`< 5.6`**:
25
```
26
composer require ralouphie/getallheaders "^2"
27
```