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

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

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