Interface for HTTP Header classes.
fromString(string $headerLine) : \Zend\Http\Header\self
see | \Zend\Http\Header\http://tools.ietf.org/html/rfc2616#section-4.2 |
---|
string
\Zend\Http\Header\Exception\InvalidArgumentException |
If the header does not match RFC 2616 definition. |
---|
\Zend\Http\Header\self
getFieldName() : string
string
getFieldValue() : string
string
toString() : string
Returns in form of "NAME: VALUE"
string