imap_utf7_encode

ISO-8859-1 文字列を修正版 UTF-7 テキストに変換する

説明

string imap_utf7_encode(string $string)

string を修正版 UTF-7 テキストに変換します。

この関数は、ある種の非 ASCII 文字を含むメールボックス名をエンコード する際に必要となります。

パラメータ

string

ISO-8859-1 文字列。

戻り値

string を修正版 UTF-7 でエンコードした文字列を返します。 このエンコーディングについては » RFC 2060, section 5.1.3 で定義されています。

参考

  • imap_utf7_decode