$values
$values :
Represents a header and all of the values stored by that header
parseParams() : array
Parse a header containing ";" separated data into an array of associative arrays representing the header key value pair data of the header. When a parameter does not contain a value, but just contains a key, this function will inject a key with a '' string value.
codeCoverageIgnore |
---|
trimHeader( $str) : string
Trim a header by removing excess spaces and wrapping quotes
$str |
None found |