|
PHP5中文手册
iconv_mime_decode(PHP 5) iconv_mime_decode — Decodes a MIME header field 说明
string iconv_mime_decode
( string $encoded_header
[, int $mode
[, string $charset
]] )
Decodes a MIME header field. 参数
返回值Returns a decoded MIME field on success, or FALSE if an error occurs during the decoding. 范例
Example#1 iconv_mime_decode() example
<?php |