Verzeichnisstruktur phpBB-3.3.15
- Veröffentlicht
- 28.08.2024
So funktioniert es
|
Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück |
Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
README.md
01 getallheaders
02 =============
03
04 PHP `getallheaders()` polyfill. Compatible with PHP >= 5.3.
05
06 [](https://travis-ci.org/ralouphie/getallheaders)
07 [](https://coveralls.io/r/ralouphie/getallheaders?branch=master)
08 [](https://packagist.org/packages/ralouphie/getallheaders)
09 [](https://packagist.org/packages/ralouphie/getallheaders)
10 [](https://packagist.org/packages/ralouphie/getallheaders)
11
12
13 This is a simple polyfill for [`getallheaders()`](http://www.php.net/manual/en/function.getallheaders.php).
14
15 ## Install
16
17 For PHP version **`>= 5.6`**:
18
19 ```
20 composer require ralouphie/getallheaders
21 ```
22
23 For PHP version **`< 5.6`**:
24
25 ```
26 composer require ralouphie/getallheaders "^2"
27 ```
28