typo, parameter and type fixes
[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 ## Params:
6
7 None.
8
9 ## Returns:
10
11 * array mapping of the form \[
12 ...
13 int $code => string $status
14 ...
15 \]