PHP Doku:: The NoRewindIterator class - class.norewinditerator.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The NoRewindIterator class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Sonstige Grunderweiterungen
≥
Standard PHP Library (SPL)
≥
Iteratoren
≥
The NoRewindIterator class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
Iteratoren
<<
MultipleIterator::valid
NoRewindIterator::__construct
>>
∧
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:
∨
NoRewindIterator::__construct
∨
NoRewindIterator::current
∨
NoRewindIterator::getInnerIterator
∨
NoRewindIterator::rewind
∨
NoRewindIterator::key
∨
NoRewindIterator::next
∨
NoRewindIterator::valid
The NoRewindIterator class
Einführung
This iterator cannot be rewinded.
Klassenbeschreibung
NoRewindIterator
extends
IteratorIterator
{
/* Methoden */
__construct
(
Iterator
$iterator
)
public
mixed
current
(
void
)
public
iterator
getInnerIterator
(
void
)
public
mixed
key
(
void
)
public
void
next
(
void
)
public
void
rewind
(
void
)
public
bool
valid
(
void
)
/* Geerbte Methoden */
IteratorIterator::__construct
(
Traversable
$iterator
)
public
void
IteratorIterator::current
(
void
)
public
void
IteratorIterator::getInnerIterator
(
void
)
public
void
IteratorIterator::key
(
void
)
public
void
IteratorIterator::next
(
void
)
public
void
IteratorIterator::rewind
(
void
)
public
bool
IteratorIterator::valid
(
void
)
}
Inhaltsverzeichnis
NoRewindIterator::__construct
— Construct a NoRewindIterator
NoRewindIterator::current
— Get the current value
NoRewindIterator::getInnerIterator
— Get the inner iterator
NoRewindIterator::key
— Get the current key
NoRewindIterator::next
— Forward to the next element
NoRewindIterator::rewind
— Prevents the rewind operation on the inner iterator.
NoRewindIterator::valid
— Validates the iterator
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...