PHP3 Manual
PrevNext

imap_base64

imap_base64 -- Decode BASE64 encoded text

Description

string imap_base64(string text);

imap_base64() function decodes a BASE64 encoded text. The decoded message is retunred as a string.

Note: This function uses built in c-client base64 decoding, not an internal routine, so one must load the imap.so library to use this function.


PrevHomeNext
imap_appendUpimap_body