imap_qprint

(PHP 4, PHP 5, PHP 7)

imap_qprintquoted-printable 文字列を 8 ビット文字列に変換する

説明

imap_qprint ( string $string ) : string

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

パラメータ

string

quoted-printable 文字列。

返り値

8 ビット文字列を返します。

参考

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