initialize
[mdref/mdref-http] / 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.