RecursiveDirectoryIterator::rewind
FilterIterator::current
Iterators
PHP Manual
The FilterIterator class
Введение
...
Class synopsis
FilterIterator
abstract
FilterIterator
extends
IteratorIterator
implements
OuterIterator
,
Traversable
,
Iterator
{
/* Methods */
mixed
current
(
void
)
Iterator
getInnerIterator
(
void
)
mixed
key
(
void
)
void
next
(
void
)
void
rewind
(
void
)
bool
valid
(
void
)
}
Содержание
FilterIterator::current
— Get the current element value
FilterIterator::getInnerIterator
— Get the inner iterator
FilterIterator::key
— Get the current key
FilterIterator::next
— Move the iterator forward
FilterIterator::rewind
— Rewind the iterator
FilterIterator::valid
— Check whether the current element is valid
RecursiveDirectoryIterator::rewind
FilterIterator::current
Iterators
PHP Manual