>>736
foreach ($array as $value) {
list($a, $b, $c) = explode(",", $value);
if ($a == '飲み物') {
echo $c;
}
}