构建查询字符串
程序员文章站
2022-04-15 21:33:29
...
跳至
[1]
[全屏预览]
'this is a name', 'color' => 'red', 'favorite_punctuation' => '#'); $query_str = http_build_query($vars); $url = '/test/test.php?' . $query_str; echo $url."\n"; $url = '/test/test.php?' . htmlentities($query_str); echo $url."\n"; 输出结果: /test/test.php?name=this+is+a+name&color=red&favorite_punctuation=%23 /test/test.php?name=this+is+a+name&color=red&favorite_punctuation=%23 ~ ~
上一篇: php js的unicode的url编码和php转换
下一篇: 类的实例化介绍
推荐阅读
-
如何在网站构建完成后保持网站的稳定性?
-
lights.exe是什么进程 有什么用 lights进程查询
-
lorena.exe是什么进程 有什么用 lorena进程查询
-
launchpd.exe是什么进程 有什么用 launchpd进程查询
-
LimeWire.exe进程文件介绍 LimeWire进程查询
-
lexstart.exe是什么进程 lexstart进程查询
-
launchap.exe是什么进程 有什么用 launchap进程查询
-
logitray.exe进程是什么文件 logitray进程查询
-
kodorjan.exe进程有什么用 是什么进程 kodorjan进程查询
-
load32.exe是什么进程 有什么用 load32进程查询