Simple one, I was just wondering if there is a clean and eloquent way of returning all values from an associative array that do not match a given key(s)?
$array
You can easily remove an array item by its key using this..
unset($array['key']);
DEMO http://codepad.org/EA9vTwzR