51023ebf9b89ec10c74ae5d7b68d6f1e9ad2cf02
[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 \]