|
PHP5中文手册
iconv_mime_encode(PHP 5) iconv_mime_encode — Composes a MIME header field 说明
string iconv_mime_encode
( string $field_name
, string $field_value
[, array $preferences
] )
Composes and returns a string that represents a valid MIME header field, which looks like the following:
参数
返回值Returns an encoded MIME field on success, or FALSE if an error occurs during the encoding. 范例
Example#1 iconv_mime_encode() example
<?php |