|
The IntlIterator classIntroduction
This class represents iterator objects throughout the intl extension
whenever the iterator cannot be identified with any other object provided
by the extension. The distinct iterator object used internally by the
Subclasses may provide richer functionality. Class synopsis
IntlIterator
implements
Iterator
/* Methods */
public mixed current()
public mixed key()
public void next()
public void rewind()
public bool valid()
|