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

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

原文地址:https://www.cnblogs.com/hellowzd/p/5502155.html