Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
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.
Related
Why Does quoted_printable_encode Fail with UTF-8 Encoding? How to Properly Resolve the Conflict?
4
Similar Functions
strstr
strstr
Findthefirstoccurren
vfprintf
vfprintf
Writeformattedstring
lcfirst
lcfirst
Setthefirstcharacter
vsprintf
vsprintf
Returnstheformatteds
strnatcmp
strnatcmp
Stringcomparisonusin
str_rot13
str_rot13
Performarot13convers
substr
substr
Returnpartofthestrin
str_ends_with
str_ends_with
Checkifthestringends
Popular Articles
Why Does quoted_printable_encode Fail with UTF-8 Encoding? How to Properly Resolve the Conflict?