Description: deletes all entries in the array $arr with values stored in the array $delVals.
Parameter:
- arr: array with the entries to filter
- delVals: array with all values to delete from $arr
Returns:
- array without the entries in $delVals.
root
2015-09-06