Remove integers in array less than X with PHP

Posted by joshli on Stack Overflow See other posts from Stack Overflow or by joshli
Published on 2010-04-12T04:50:31Z Indexed on 2010/04/12 4:53 UTC
Read the original article Hit count: 316

Filed under:
|
|

Hello.

I have an array with integers of values from 0 to 100. I wish to remove integers that are less than number X and keep the ones that are equal or greater than number X.

I am using PHP.

Thanks!

© Stack Overflow or respective owner

Related posts about php

Related posts about arrays