$a = array("a", "b", "c", "d", "e", "f", "g", "h", "i", "k"); unset($a["k"]); Почему unset не срабатывает?