我有一个周期:
while ($userEquipments = mysql_fetch_array($getUserEquipments))
并且在本周期中,有一阵列:
if ($userEquipments[ cloth_id ] == $clothes[ id ] && $userEquipments[ cloth_is_used ] == 1)
$isUsed = array( cloth_type => $clothes[ type_cloth ], cloth_name => $clothes[ name ], cloth_image => $clothes[ image ]);
我的问题是,如何归还这些阵列的所有信息?