imap_utf7_encode

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

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

説明

imap_utf7_encode(string $string): string

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

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

パラメータ

string

ISO-8859-1 文字列。

戻り値

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

参考

  • imap_utf7_decode() - 修正版 UTF-7 エンコードされた文字列をデコードする

関連キーワード:  修正, テキスト, 変換, string, utf, decode, 関数, mutf, 文字, メールボックス