Description: deletes all entries in the array $arr assigned by the keys stored in the array $delKeys. the new array without the entries in $delKeys is returned.
Parameter:
- arr: array with the entries to filter
- delKeys: array with all keys to delete from $arr
root
2015-09-06