X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FParams%2F__construct.md;h=ff2a296c3dbb845fc47e80efb7823c520eb90c9a;hb=fb2ab0c8596f274acb2a3aea76f97c895ee2af34;hp=76034a9a4bb5e7b145b9930dd208da4d4cedcacc;hpb=7823a35136269030a351b68b8ae8ee5026696aea;p=mdref%2Fmdref-http diff --git a/http/Params/__construct.md b/http/Params/__construct.md index 76034a9..ff2a296 100644 --- a/http/Params/__construct.md +++ b/http/Params/__construct.md @@ -4,15 +4,15 @@ 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: