我有数组
Array
(
[1] => 1
[2] => 2
)
Array
([1] => 1)
结果来自
foreach ($aExpAuction as $nAuctionID => $aAuctionData) {
if (!array_key_exists($nAuctionID, $aWathedAuctions)) continue;
我需要在其中再做 1 次 foreach 以对数组进行一一排序
喜欢
foreach ($aWathedAuctions[$nAuctionID] as $aAuctionInfo) {}
但不知道如何继续我应该怎么做内爆?数组或返回类似字符串以获取 IDS?帮帮我,请给我想法