将 BASE64 编码字串解码。
语法: string base64_decode(string encoded_data);
传回值: 字串
函式种类: 编码处理
本函式将以 MIME BASE64 编码字串解码。解码后的字串可能为中文字串或其它的二进位资料。
base64_encode()