Php/docs/function.imap-binary

提供:Dev Guides
< Php
移動先:案内検索

imap_binary

(PHP 4, PHP 5, PHP 7)

imap_binary8 ビット文字列を base64 文字列に変換する


説明

imap_binary ( string $string ) : string

» RFC2045, Section 6.8 に基づき)8 ビット文字列を base64 文字列に変換します。


パラメータ

string
8 ビット文字列。


返り値

base64 エンコードされた文字列を返します。


参考

  • imap_base64() - BASE64 でエンコードされたテキストをデコードする