Solar_Mime::encodeQp()
static public
string
Solar_Mime::encodeQp
( string $text
, string $crlf = '
, int $len = 75
)
Applies "quoted-printable" encoding to text.
Parameters
(string)
$text
: The text to encode.(string)
$crlf
: The line-ending to use; default "\r\n".(int)
$len
: Break lines at this length; default 75.
Returns
(string) The encoded text.
Description
Applies "quoted-printable" encoding to text.
Code taken from » http://us3.php.net/manual/en/ref.stream.php/70826.