base64_encode
将字符串以 BASE64 编码。语法: string base64_encode(string data);返回值: 字符串base64_decode将 BASE64 编码字符串解码。语法: string base[……]

阅读全文