Codice PHP:
foreach ($array as $chiave => $valore){
if (
$array[$chiave] == "Topolino")
unset(
$array[$chiave]);