Class NMapIterator
Applies the callback to the elements of the inner iterator.
- IteratorIterator implements Iterator, Traversable, OuterIterator
-
NMapIterator
public
|
#
__construct(
Traversable
$iterator,
callback
$callback
)
Constructs a filter around another iterator. Constructs a filter around another iterator. Parameters$iterator 1$callback callback |
public
|
#
current(
)
Implementation of |