« DirectoryIterator::valid
EmptyIterator::current »
PHP Manual
Iteratoren
The EmptyIterator class
The EmptyIterator class
(PHP 5 >= 5.1.0, PHP 7)
Einführung
The EmptyIterator class for an empty iterator.
Klassenbeschreibung
EmptyIterator
implements
Iterator
{
/* Methoden */
public
current
( ) :
mixed
public
key
( ) :
scalar
public
next
( ) :
void
public
rewind
( ) :
void
public
valid
( ) :
bool
}
Inhaltsverzeichnis
EmptyIterator::current
— The current() method
EmptyIterator::key
— The key() method
EmptyIterator::next
— The next() method
EmptyIterator::rewind
— The rewind() method
EmptyIterator::valid
— The valid() method