Hi I want to get all the elements of an array after a particular point AND maintain the keys. How do I pass array_slice a null value for the third argument so that I can pass true for the fourth argument? I tried 'null'.
array_splice($array_name,3,null,true)
And/or is there a better way to do this?
Edit: Bu soruyu tamamlamak için: 3. parametre için null değer geçmek için bir yolu var mı. Bir null değeri veya 'yer tutucu' geçemezse eğer bu fonksiyonda bir zayıflık gibi görünüyor