PHP 数组转字符串

PHP 数组转字符串

 

$array = array('a','b','c');
echo implode($array);
//结果  abc

 

posted @ 2015-10-16 22:34  雷影  阅读(157)  评论(0)    收藏  举报