imap_base64
imap_base64
(PHP 4, PHP 5, PHP 7)
imap_base64 - 解码 BASE64 编码的文本
描述
string imap_base64 ( string $text )
解码给定的 BASE-64 编码text
。
参数
text
编码的文本
返回值
以字符串形式返回解码后的消息。
也可以看看
- imap_binary() - 将8位字符串转换为 base64 字符串
- base64_encode() - 使用 MIME base64 编码数据
- base64_decode() - 解码使用 MIME base64 编码的数据
»RFC2045
,第6.8节
← imap_append
imap_binary →