filburt1
01-05-2003, 03:18 AM
How can I take an array and remove all elements of the array that have numeric keys?
Example: given an array $a['0'], $a['something'], $a['another1'], how can I remove $a['0']? I'm not talking about emptying the value but unset'ing that entire element.
Example: given an array $a['0'], $a['something'], $a['another1'], how can I remove $a['0']? I'm not talking about emptying the value but unset'ing that entire element.