(PHP 5 >= 5.5.0, PHP 7, PHP 8)
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
IntlBreakIterator::getPartsIterator().
Synopsis de la classe
class
IntlPartsIterator
extends
IntlIterator
{
/* Constantes */
public
const
int
KEY_SEQUENTIAL;
public
const
int
KEY_LEFT;
public
const
int
KEY_RIGHT;
/* Méthodes */
public
getBreakIterator(): IntlBreakIterator
/* Méthodes héritées */
public IntlIterator::current(): mixed
public IntlIterator::key(): mixed
public IntlIterator::next(): void
public IntlIterator::rewind(): void
public IntlIterator::valid(): bool
}
Constantes pré-définies
IntlPartsIterator::KEY_SEQUENTIAL
-
IntlPartsIterator::KEY_LEFT
-
IntlPartsIterator::KEY_RIGHT
-
Sommaire
- IntlPartsIterator::getBreakIterator — Récupère IntlBreakIterator, sauvegardant ainsi cette partie de l'itérateur