Solar_Mime::_qpReplace()
static protected
string
Solar_Mime::_qpReplace
( array $matches
)
Callback from the headerValue() method.
Parameters
(array)
$matches
: Matches from preg_replace_callback().
Returns
(string) The value of $matches[1] with non-ASCII characters encoded for quoted-printable.
Description
Callback from the headerValue() method.