(PHP 5 >= 5.3.0, PHP 7, PHP 8)
quoted_printable_encode — 將 8-bit 字符串轉換成 quoted-printable 字符串
$string
返回 quoted-printable 格式的字符,該格式由 ? RFC2045 6.7.章節里制定。
該函數與 imap_8bit() 函數十分相似,不同的是該函數不需要 IMAP 模塊就能運行。
string
輸入的字符串。
返回編碼之后的字符串。