initialize
[mdref/mdref-http] / http / Header / getParams.md
1 # http\Params http\Header::getParams([mixed $ps = ","[, mixed $as = ";"[, mixed $vs = "="[, int $flags = http\Params::PARSE_DEFAULT]]]])
2
3 Create a parameter list out of the HTTP header value.
4
5 ## Params:
6
7 * Optional ```mixed $ps```
8 The parameter separator(s).
9 * Optional ```mixed $as```
10 The argument separator(s).
11 * Optional ```mixed```
12 The value separator(s).
13 * Optional ```int $flags```
14 The modus operandi. See http\Params constants.
15
16 ## Returns:
17
18 * ```http\Params``` instance