PHP function quoted_printable_decode()
Availability in PHP 4.0
Convert a quoted-printable string to an 8 bit string
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$str |
string |
not | String being processed. |
Return values
string
the 8-bit binary string.