INTLPARTSITERATOR(3) 1 INTLPARTSITERATOR(3)
The IntlPartsIterator class
INTRODUCTION
Objects of this class can be obtained from IntlBreakIterator objects. While the break iterators provide a sequence of boundary positions
when iterated, IntlPartsIterator objects provide, as a convenience, the text fragments comprehended between two successive boundaries.
The keys may represent the offset of the left boundary, right boundary, or they may just the sequence of non-negative integers. See Intl-
BreakIterator.getPartsIterator(3).
CLASS SYNOPSIS
IntlPartsIterator
IntlPartsIteratorextends
IntlIteratorIterator
Constants
o const integer$IntlPartsIterator::KEY_SEQUENTIAL0
o const integer$IntlPartsIterator::KEY_LEFT1
o const integer$IntlPartsIterator::KEY_RIGHT2
Methods
o public ReturnType IntlPartsIterator::getBreakIterator (void )
Inherited methods
o public ReturnType IntlIterator::current (void )
o public ReturnType IntlIterator::key (void )
o public ReturnType IntlIterator::next (void )
o public ReturnType IntlIterator::rewind (void )
o public ReturnType IntlIterator::valid (void )
PREDEFINED CONSTANTS
o IntlPartsIterator::KEY_SEQUENTIAL -
o IntlPartsIterator::KEY_LEFT -
o IntlPartsIterator::KEY_RIGHT -
PHP Documentation Group INTLPARTSITERATOR(3)