Iterator
final class Iterator implements Iterator (View source)
Methods
mixed
current()
Return the current element
mixed
key()
Return the key of the current element
void
next()
Move forward to next element
void
rewind()
Rewind the Iterator to the first element
bool
valid()
Checks if current position is valid
void
__wakeup()
No description
Details
final mixed
current()
Return the current element
final mixed
key()
Return the key of the current element
final void
next()
Move forward to next element
final void
rewind()
Rewind the Iterator to the first element
final bool
valid()
Checks if current position is valid
final void
__wakeup()
No description