39 return !$this->done && parent::valid();
54 return call_user_func_array(array($this->
getInnerIterator(), $func), $params);
next()
Do not move forward but instead mark as finished.
rewind()
Rewind and reset so that it once again searches.
__call($func, $params)
Aggregates the inner iterator.
Abstract filter for iterators.
Iterator to search for a specific element.