tma*_*314 1 php
我有两个数组:
aid = [$aid]=>1 amount = [$aid] = $70
如何将这两个单独的数组重写为一个数组:
payout = [aid] => $aid, [amount] => $70
set*_*rgo 8
我相信你正在寻找php的array_merge(...)
http://php.net/manual/en/function.array-merge.php
归档时间:
15 年,2 月 前
查看次数:
5344 次
最近记录: