私は1つのサイクルを持っています:
while ($userEquipments = mysql_fetch_array($getUserEquipments))
そして、このサイクルには、配列の場合に1つがあります。
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']);
私の質問は、この配列内のすべての情報を返す方法ですか?