The quoted_printable_encode() function converts an 8-bit string into a quoted-printable string.
Tip: Quoted-printable encoded data is not the same as data modified via email transmission. A full US-ASCII text can be quoted-printable encoded to ensure data integrity when passing messages through text translation or wire packet gateways.
quoted_printable_encode( string )
parameter | describe |
---|---|
string | Required. Specifies the 8-bit string to be converted. |
Return value: | Returns the converted string. |
---|---|
PHP version: | 5.3.0+ |