big update's coming
[mdref/mdref] / http / Header / parse.md
index 0db884c8ad005fc1932d44ab4b2f54d303953897..84c7d82bdfde9eb048dc21f6603dd5c45a593379 100644 (file)
@@ -1,4 +1,4 @@
-# static array http\Header::parse(string $header[, string $header_class = null])
+# static array http\Header::parse(string $header[, string $header_class = NULL])
 
 Parse HTTP headers.
 
@@ -12,3 +12,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.