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
How to Prevent Line Break Confusion When Using quoted_printable_encode? Practical Tips Summary
10
Why Does quoted_printable_encode Fail with UTF-8 Encoding? How to Properly Resolve the Conflict?
4
Similar Functions
str_replace
str_replace
Substringreplacement
htmlspecialchars_decode
htmlspecialchars_decode
ConvertspecialHTMLen
str_split
str_split
Convertstringstoarra
print
print
Outputastring
strcasecmp
strcasecmp
Binarysafecase-insen
strrev
strrev
Reverseastring
quotemeta
quotemeta
Escapemetacharacters
lcfirst
lcfirst
Setthefirstcharacter
Popular Articles
Why Does quoted_printable_encode Fail with UTF-8 Encoding? How to Properly Resolve the Conflict?
How to Prevent Line Break Confusion When Using quoted_printable_encode? Practical Tips Summary