IntlIterator
class IntlIterator 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
Details
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