Function array_removefromset
Removes a single element, or a subset, from a set
Based on a user contribution from doug at NOSPAM dot thrutch dot co dot uk 06-Jan-2006 01:22 on http://www.php.net/array_diff
mixed |
$element |
single element or array (subset), to be removed |
array |
$array |
set from which the first parameter is to be removed |
array
|
set minus the first parameter |