Explodieren Sie das leere Array zurück
$array = array_filter( explode(",", $string ));
Clean Cowfish
$array = array_filter( explode(",", $string ));