|
Previous Page |
Solar_Mime |
Next Page |
_qpReplace()
static protected
string
_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.