Next:
delValuesFromArray
Up:
./inc/db.php
Previous:
pingIP
Contents
delFromArray
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