PHP数组转为字符串的有关问题

WBOY
Release: 2016-06-13 10:15:27
Original
744 people have browsed it

PHP数组转为字符串的问题
有一个PHP数组,类似这样,$map['a']=1,$map['b']=2;
想生成这样的字符串,"a=1&b=2",
有没有原生的函数呢

------解决方案--------------------
http_build_query

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template