|
mb_encode_mimeheaderEncode string for MIME header Description
string mb_encode_mimeheader(
string $string ,stringnull $charset = null ,stringnull $transfer_encoding = null ,string $newline = "\r\n",int $indent = 0)
Encodes a given string
Parameters
Return ValuesA converted version of the string represented in ASCII. Changelog
Examples
Example #1 mb_encode_mimeheader example
The above example will output: "=?UTF-7?Q?+WSqQzg-?=" <kru@gtinn.mon> Notes
See Also
|