internal SPL
Class IteratorIterator
- IteratorIterator implements Iterator, Traversable, OuterIterator
Documented at php.net
public
|
#
__construct(
Traversable
$iterator
)
|
public
|
#
rewind(
)
Implementation of |
public
|
#
valid(
)
Implementation of |
public
|
#
key(
)
Implementation of |
public
|
#
current(
)
Implementation of |
public
|
#
next(
)
Implementation of |
public
|
#
getInnerIterator(
)
Implementation of |