array http\Header::parse(string $header[, string $header_class = NULL])Parse HTTP headers. See also http\Header\Parser.
string $header#string of headers.string $header_class#array of parsed headers, where the elements are instances of $header_class if specified.false, if parsing fails.