2024 年 PHP Conference Japan

imap_8bit

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

imap_8bit將 8 位元字串轉換為 quoted-printable 字串

說明

imap_8bit(字串 $string): 字串|false

將 8 位元字串轉換為 quoted-printable 字串(根據 » RFC2045,第 6.7 節)。

參數

字串

要轉換的 8 位元字串

回傳值

回傳一個 quoted-printable 字串,或者在失敗時回傳 false

另請參閱

  • imap_qprint() - 將 quoted-printable 字串轉換為 8 位元字串

新增註解

使用者貢獻的註解

此頁面沒有使用者貢獻的註解。
To Top