PHP 数组转字符串

PHP 数组转字符串

 

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

 

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