php 中文url字符转码 urlencode/urldecode函数

php url中文转码的方法:

1、使用“urlencode”函数对url进行编码,语法是“urlencode(参数)”;

2、使用“urldecode”函数对url进行解码,其语法是“urldecode(参数)”。

 

urlencode

将中文中符转换成url字符串

$url = urlencode('中益资源站');//把 亿速云 进行编码

urldecode

将url字符串解码成中文

$str = urlDecode("%E4%B8%AD%E7%9B%8A%E8%B5%84%E6%BA%90%E7%AB%99");

 

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片