X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FHeader%2Fmatch.md;fp=http%2FHeader%2Fmatch.md;h=7fd74bf19a9b799b6fa3531213224c125f79c5bf;hb=fb2ab0c8596f274acb2a3aea76f97c895ee2af34;hp=7635cd2795e7cb1d5a60f7c145e40fffcb4fd44e;hpb=7823a35136269030a351b68b8ae8ee5026696aea;p=mdref%2Fmdref-http diff --git a/http/Header/match.md b/http/Header/match.md index 7635cd2..7fd74bf 100644 --- a/http/Header/match.md +++ b/http/Header/match.md @@ -4,11 +4,11 @@ Match the HTTP header's value against provided $value according to $flags. ## Params: -* ```string $value``` +* string $value The comparison value. -* Optional ```int $flags``` +* Optional int $flags The modus operandi. See http\Header constants. ## Returns: -* ```bool```, whether $value matches the header value according to $flags. +* bool, whether $value matches the header value according to $flags.