Latest web development tutorials

PHP quoted_printable_encode () function

PHP String Reference PHP String Reference

Definition and Usage

quoted_printable_encode () function to convert the string to 8 quoted-printable string.

Tip: After data quoted-printable encoded and modify messages transmitted via different.A full US-ASCII text can be quoted-printable encoding is used to ensure the adoption of the translated text or line package messaging gateway when the integrity of the data.


grammar

quoted_printable_encode( string )

参数 描述
string 必需。规定要转换的 8 位字符串。

technical details

return value: Returns the converted string.
PHP version: 5.3.0+


PHP String Reference PHP String Reference