Ben birkaç elemanları ile bir dizi var. Dizi anahtarları sayısal vardır.
Ben şimdi belli bir öğe kaldırmak istiyorum. Bütün bildiğim elemanın içeriği değil anahtarıdır.
Is there an easy way to remove this element from the array? Or do I need to loop through all elements of the array to get the key and then unset the element with that key?