iconv_mime_decode_headers说明array iconv_mime_decode_headers ( string encoded_headers [, int mode [, string charset]] )
Returns an associative array that holds a whole set of
MIME header fields specified by
Each key of the return value represents an individual field name and the corresponding element represents a field value. If more than one field of the same name are present, iconv_mime_decode_headers() automatically incorporates them into a numerically indexed array in the order of occurrence. 参数
范例
| |||||||||||