quoted_printable_decode
(PHP 4, PHP 5)
quoted_printable_decode — Convert a quoted-printable string to an 8 bit string
Description
string quoted_printable_decode
( string $str
)
This function is similar to imap_qprint(), except this
one does not require the IMAP module to work.
Parameters
-
str
-
The input string.
Return Values
Returns the 8-bit binary string.