Home > Backend Development > PHP Tutorial > 如何把一个数组变成一串字符串

如何把一个数组变成一串字符串

WBOY
Release: 2016-06-13 12:41:30
Original
841 people have browsed it

怎么把一个数组变成一串字符串
array(aa,bb,cc,dd)
我想把数组变成一个字符串,用逗号分割,我印象中好像有个函数的。
“aa,bb,cc,dd”

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