implode 把数组 组成一个字符串

$data=array(1,2,3,4,5);

implode(",",$data);

  

posted @ 2014-12-17 11:29  麦田守望者~  阅读(149)  评论(0编辑  收藏  举报