foreach(数组 as $key => $val)
{
if(is_array($val))
{
foreach($val as $kys=>$vals){
if($key=="某一个键名")
{
$数组[$key][$keys];
}
}
}
}