376a13d3ccadfd780bb3be4ee44a16480019e174
[mdref/mdref] / http / Env / setResoponseCode.md
1 # static bool http\Env::setResponseCode(int $code)
2
3 Set the HTTP response code to send.
4
5 ## Params:
6
7 * ```int $code```
8 The HTTP response status code.
9
10 ## Returns:
11
12 * ```bool``` Success.