Current Location: Home> Function Categories> quoted_printable_encode

quoted_printable_encode

Convert an 8-bit string to a printable string with quotes
Name:quoted_printable_encode
Category:String
Programming Language:php
One-line Description:Convert an 8-bit string to a quoted-printable string.

Definition and usage

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

Tip: The data encoded by quoted-printable is different from those modified by email transmission. Full US-ASCII text can be quoted-printable encoded to ensure data integrity when messaging via text translation or a line packet gateway.

grammar

 quoted_printable_encode ( string )
parameter describe
string Required. Specifies the 8-bit string to be converted.
Similar Functions
Popular Articles