Php/docs/function.imap-8bit

提供:Dev Guides
< Php
2020年12月14日 (月) 11:45時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

imap_8bit

(PHP 4, PHP 5, PHP 7)

imap_8bit8 ビット文字列を quoted-printable 文字列に変換する


説明

imap_8bit ( string $string ) : string

(» RFC2045, section 6.7 に基づき) 8 ビット文字列を quoted-printable 文字列に変換します。


パラメータ

string
変換する 8 ビット文字列。


返り値

quoted-printable 文字列を返します。


参考

  • imap_qprint() - quoted-printable 文字列を 8 ビット文字列に変換する