Function normalize_header
Converts an array of header values that may contain comma separated headers into an array of headers with no comma separated values.
string|array |
$header |
Header to normalize. |
array
|
Returns the normalized header field values. |