摇曳的蔷薇
$login_id = 686; foreach ($data as $key => $value) { if($value['iduser'] == $login_id){ unset($data[$key]);
}
}
print_r($data);