Class CallbackFilterIterator
CallbackFilterIterator using the callback to determine which items are accepted or rejected.
- IteratorIterator implements Iterator, Traversable, OuterIterator
- FilterIterator
- CallbackFilterIterator
Copyright:
Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 1.2.0
Link: http://php.net/manual/en/class.callbackfilteriterator.php
Located at vendor/joomla/compat/src/CallbackFilterIterator.php
License: General Public License version 2 or later; see LICENSE
Since: 1.2.0
Link: http://php.net/manual/en/class.callbackfilteriterator.php
Located at vendor/joomla/compat/src/CallbackFilterIterator.php
Methods summary
public
|
#
__construct(
Creates a filtered iterator using the callback to determine which items are accepted or rejected. |
public
boolean
|
Methods inherited from FilterIterator
current()
,
getInnerIterator()
,
key()
,
next()
,
rewind()
,
valid()
Magic methods summary
Properties summary
protected
callable
|
$callback |
#
The callback to check value. |