imap_base64
(PHP 4, PHP 5)
imap_base64 — BASE64로 엔코딩된 텍스트를 디코딩한다
Description
string imap_base64
( string $text
)
imap_base64()함수는 BASE-64로 엔코딩되어 있는 텍스트를 디코딩해준다 (» RFC2045의 Section 6.8을 보라). 디코딩된 메시지가 문자열로 리턴되어 진다.
See also imap_binary().