= 1 ? $keys[0] : NULL); unset($array[$key]); break; case true: foreach($keys as $key) unset($array[$key]); break; endswitch; return $array; } ?>