Re: [PHP] SPL array filter

2005-09-09 Thread Robin Vickery
On 9/9/05, Kevin Waterson [EMAIL PROTECTED] wrote: Want to filter out cats from this array using SPL FilterIterator $arr = array('koala', 'dingo', 'cat', 'Steve Irwin', 'fish'); Why, what's wrong with cats? -robin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] SPL array filter

2005-09-08 Thread Kevin Waterson
Want to filter out cats from this array using SPL FilterIterator $arr = array('koala', 'dingo', 'cat', 'Steve Irwin', 'fish'); kind regrards Kevin -- Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote. -- PHP General Mailing