Is there a way to eliminate more than one items from array without looping through it ?
Eg: array(1,3,67, 78, 60 , 5, 34, 68);
I want to remove items > 50 at once
Is there a way to eliminate more than one items from array without looping through it ?
Eg: array(1,3,67, 78, 60 , 5, 34, 68);
I want to remove items > 50 at once