X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FParams%2F__construct.md;h=b1110c8b8f017e8d468dc81803cca1b344bd2302;hb=e359e7e44da8a67342f66de9345bca9b7037cf3f;hp=76034a9a4bb5e7b145b9930dd208da4d4cedcacc;hpb=13943464c255c79c2038c4c63ad5af34331af088;p=mdref%2Fmdref diff --git a/http/Params/__construct.md b/http/Params/__construct.md index 76034a9..b1110c8 100644 --- a/http/Params/__construct.md +++ b/http/Params/__construct.md @@ -4,18 +4,19 @@ Instantiate a new HTTP (header) parameter set. ## Params: -* Optional ```mixed $params``` +* Optional mixed $params Pre-parsed parameters or a string to be parsed. -* Optional ```mixed $ps``` +* Optional mixed $ps The parameter separator(s). -* Optional ```mixed $as``` +* Optional mixed $as The argument separator(s). -* Optional ```mixed $vs``` +* Optional mixed $vs The value separator(s). -* Optional ```int $flags``` +* Optional int $flags The modus operandi. See http\Params::PARSE_* constants. ## Throws: -* http\Exception +* http\Exception\InvalidArgumentException +* http\Exception\RuntimeException