第一組checkbox提交的數(shù)組如下array('sort'=>array(0,2,3,1))第二組checkbox提交的數(shù)組如下array('id'=>array(1,2,3,4))如何處理成下面我想要的數(shù)組結(jié)果array(array('sort'=>0,'id'=>1),array('sort'=>2,'id'=>2),array('sort'=>3,'id'=>3),array('sort'=>1,'id'=>4),)
php處理post的數(shù)組
不負(fù)相思意
2019-04-14 11:28:17