quoted_printable_encode

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

quoted_printable_encode將 8-bit 字符串轉(zhuǎn)換成 quoted-printable 字符串

說明

quoted_printable_encode(string $string): string

返回 quoted-printable 格式的字符,該格式由 ? RFC2045 6.7.章節(jié)里制定。

該函數(shù)與 imap_8bit() 函數(shù)十分相似,不同的是該函數(shù)不需要 IMAP 模塊就能運行。

參數(shù)

string

輸入的字符串。

返回值

返回編碼之后的字符串。

參見