• 懒鸟飞:精品网站源码、帝国cms模板专业分享平台

php中base64_decode与base64_encode加密解密函数

base64_encode是加密,而base64_decode是解密

base64_encode    语法:string base64_encode(string data);

$string='www.lazybirdfly.com';   //定义字符串

echo base64_encode($string);   // 输出编码后的内容为 d3d3LmxhenliaXJkZmx5LmNvbQ==
 

base64_decode    语法:string base64_decode(string data);

$string='d3d3LmxhenliaXJkZmx5LmNvbQ==';     //定义字符串

echo base64_decode($string);        //输出解码后的内容 www.lazybirdfly.com

 
QQ在线咨询
QQ客服
1430826160
淘宝官网