quoted_printable_encode
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
quoted_printable_encode — 將 8-bit 字串轉換成 quoted-printable 字串
說明
quoted_printable_encode(string
$string
): string返回 quoted-printable 格式的字元,該格式由 » RFC2045 6.7.章節里制定。
該函式與 imap_8bit() 函式十分相似,不同的是該函式不需要 IMAP 模組就能執行。
參數
-
string
-
輸入的字串。
返回值
返回編碼之後的字串。
參見
- quoted_printable_decode() - 將 quoted-printable 字串轉換為 8-bit 字串
- iconv_mime_encode() - Composes a MIME header field