I have a numerical indexed array of strings. Another array contains a set of index of the first array. I want to delete all the elements in the first array if the index of the first array element is in the second array. How can I do it in php? is there any function for it?
Share
1 Answer