contributors
[mdref/mdref-http] / http / Header / parse.md
index 4e2c5a1620effd28bcec3a9f2cf2f62773c86def..fcfb02999f34b534823129e21b5d85ce60e252c2 100644 (file)
@@ -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.