(PHP 4, PHP 5, PHP 7)
Convert an 8bit string to a quoted-printable string
string imap_8bit ( string $string )
Convert an 8bit string to a quoted-printable string (according to ยป RFC2045, section 6.7).
Parameters:
string
The 8bit string to convert
Returns:
Returns a quoted-printable string.
See also:
Please login to continue.