PHP 数组和字符串互相转换实现方法

$array=explode(separator,$string);
$string=implode(glue,$array);

posted @ 2016-05-17 16:24  fleam  阅读(140)  评论(0编辑  收藏  举报