PHP Doku:: The EmptyIterator class - class.emptyiterator.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The EmptyIterator class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Sonstige Grunderweiterungen
≥
Standard PHP Library (SPL)
≥
Iteratoren
≥
The EmptyIterator class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
Iteratoren
<<
DirectoryIterator::valid
EmptyIterator::current
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
Sonstige Grunderweiterungen
∧
Standard PHP Library (SPL)
∧
Iteratoren
The AppendIterator class
The ArrayIterator class
The CachingIterator class
The DirectoryIterator class
The EmptyIterator class
The FilesystemIterator class
The FilterIterator class
The GlobIterator class
The InfiniteIterator class
The IteratorIterator class
The LimitIterator class
The MultipleIterator class
The NoRewindIterator class
The ParentIterator class
The RecursiveArrayIterator class
The RecursiveCachingIterator class
The RecursiveDirectoryIterator class
The RecursiveFilterIterator class
The RecursiveIteratorIterator class
The RecursiveRegexIterator class
The RecursiveTreeIterator class
The RegexIterator class
The SimpleXMLIterator class
UnterSeiten:
∨
EmptyIterator::current
∨
EmptyIterator::key
∨
EmptyIterator::next
∨
EmptyIterator::rewind
∨
EmptyIterator::valid
The EmptyIterator class
Einführung
The EmptyIterator class for an empty iterator.
Klassenbeschreibung
EmptyIterator
implements
Iterator
,
Traversable
{
/* Methoden */
public
void
current
(
void
)
public
void
key
(
void
)
public
void
next
(
void
)
public
void
rewind
(
void
)
public
void
valid
(
void
)
}
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
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...