PHP function quoted_printable_encode()
Version availability: PHP 5.3.0
Convert a 8 bit string to a quoted-printable string
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$str |
string |
not | String being processed. |
Return values
string
the encoded string.