X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FHeader%2Fparse.md;h=fcfb02999f34b534823129e21b5d85ce60e252c2;hb=263db0c682de276ab6d4c9bacb57ed5ca3ec374a;hp=4e2c5a1620effd28bcec3a9f2cf2f62773c86def;hpb=8c16e06f22ee8838c8dec9cda8231dcad4186614;p=mdref%2Fmdref-http diff --git a/http/Header/parse.md b/http/Header/parse.md index 4e2c5a1..fcfb029 100644 --- a/http/Header/parse.md +++ b/http/Header/parse.md @@ -1,6 +1,7 @@ # static array http\Header::parse(string $header[, string $header_class = NULL]) Parse HTTP headers. +See also http\Header\Parser. ## Params: @@ -12,3 +13,8 @@ Parse HTTP headers. ## Returns: * array of parsed headers, where the elements are instances of $header_class if specified. +* false, if parsing fails. + +## Warnings: + +* If the header parser fails.