2e377836a1bedea2cf30a24e4e2dfdda60259c84
[mdref/mdref-http] / http / Env / getResponseStatusForAllCodes.md
1 # static array http\Env::getResponseStatusForAllCodes()
2
3 Retrieve a list of all known HTTP response status.
4
5 ## Parameters:
6
7 > None.
8
9 ## Returns:
10
11 * ```array``` mapping of the form \[
12 ...
13 ```int $code``` => ```string $status```
14 ...
15 \]