- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
//$arr - array with arbitrary keys
end($arr);
do {
       if( <some condition> ) {
            <something of no importance>
            unset($arr[key($arr)]);
        }
        else {
            <something of no importance>
        } 
} while( prev($arr) !== false );









 Follow us!
 Follow us!