<?php $array=['cses_id'=>'54','ccc_id'=>'1157','csh_id'=>'206','css_id'=>'441,442','sai_id'=>'12213']; $stop=false; while(!$stop){ $stop=true; $temp=[]; foreach($array as $key=>&$val){ $parts=explode(',',$val,2); $temp[$key]=$parts[0]; if(sizeof($parts)>1){ $stop=false; $val=$parts[1]; } } $result[]=$temp; } var_export($result);
You have javascript disabled. You will not be able to edit any code.