Last Updated: February 25, 2016
·
568
· morrelinko

Function for quick array item(s) retrieval (+modification).

When dealing with arrays, retrieving elements from them can be cumbersome. Some create an extra array that stores the elements that are expected and do lots of isset checking on the original array.

array_take provides a better way:

=> https://github.com/morrelinko/array_take <=