Easy Tutorial
❮ Func Filesystem Fputcsv Func Simplexml Getnamespaces ❯

PHP quoted_printable_encode() Function



Definition and Usage

The quoted_printable_encode() function converts an 8-bit string to a quoted-printable string.

Note: Data encoded with quoted-printable is different from data modified for mail transfer. A text that is entirely US-ASCII can be encoded with quoted-printable to ensure the integrity of the data when it is transmitted through text translation or packet networks.


Syntax

Parameter Description
string Required. Specifies the 8-bit string to convert.

Technical Details

Return Value: Returns the converted string.
PHP Version: 5.3.0+
--- ---
❮ Func Filesystem Fputcsv Func Simplexml Getnamespaces ❯