|
PHP5中文手册
iconv_mime_decode_headers(PHP 5) iconv_mime_decode_headers — Decodes multiple MIME header fields at once 说明
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 encoded_headers on success, or FALSE if an error occurs during the decoding. 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. 参数
范例
Example#1 iconv_mime_decode_headers() example
<?php 上例将输出:
|