將 quoted-printable 字串轉換為 8-bit 字串

quoted_printable_decode

(PHP 4, PHP 5, PHP 7, PHP 8)

quoted_printable_decode將 quoted-printable 字串轉換為 8-bit 字串

說明

quoted_printable_decode(string $str): string

該函式返回 quoted-printable 解碼之後的 8-bit 字串 (參考 » RFC2045 的6.7章節,而不是 » RFC2821 的4.5.2章節,so additional periods are not stripped from the beginning of line)

該函式與 imap_qprint() 函式十分相似,但是該函式不需要依賴 IMAP 模組。

參數

str

輸入的字串。

返回值

返回的 8-bit 二進制字串。

參見

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *