Home > PHP > Function > iconv > iconv_mime_encode()

iconv_mime_encode()

iconv_mime_encode - Composes a
MIMEheader field

Syntax

string iconv_mime_encode ()

Arguments

-

Description

Composes and returns a string that represents a valid MIMEheader field, which looks like the following: Subject: =?ISO-8859-1?Q?Pr=FCfung_f=FCr?= Entwerfen von einer MIME kopfzeile In the above example, "Subject" is the field name and the portion that begins with "=?ISO-8859-1?..." is the field value.

Version

PHP 5

Return value

Returns an encoded MIMEfield on success, or FALSE if an error occurs during the encoding.