php数组合并两个数组(一个数组做键名,另一个做值)

$array_ab=array_combine($arry_key,$array_value);

猜你喜欢

转载自www.cnblogs.com/zjj1990/p/9019889.html