iconv_mime_encodeComposes a MIME header field Description
string iconv_mime_encode
( string
$field_name
, string $field_value
[, array $preferences = NULL
] )Composes and returns a string that represents a valid MIME header field, which looks like the following: Subject: =?ISO-8859-1?Q?Pr=FCfung_f=FCr?= Entwerfen von einer MIME kopfzeile Parameters
Return Values
Returns an encoded MIME field on success,
or Examples
Example #1 iconv_mime_encode example
<?php See Also
|