Summery Summery
Encode a string in quoted-printable format.
Syntax Syntax
Description Description
According to RFC2045 section 6.7.
Parameters Parameters
- $string
-
(Required) The text to encode
- $line_max
-
(Optional) Number of chars allowed on a line before wrapping
Default value: 76
Return Return
(string)
Source Source
File: wp-includes/class-phpmailer.php