Search Results
IntlPartsIterator::getBreakIterator (PHP 5 >= 5.5.0, PHP 7, PHP 8) IntlPartsIterator::getBreakIterator — Get IntlBreakIterator backing this parts iterator
IntlPartsIterator::getBreakIterator 26 déc. 2018 17 fois (PHP 5 >= 5.5.0, PHP 7, PHP 8) IntlPartsIterator::getBreakIterator — Récupère IntlBreakIterator, sauvegardant ainsi cette partie de l'itérateur
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 IntlPartsIterator class Introduction (PHP 5 >= 5.5.0, PHP 7) 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 ...
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 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 ...
Parameters ¶ type Optional key type. Possible values are: IntlPartsIterator::KEY_SEQUENTIAL - The default. Sequentially increasing integers used as key. IntlPartsIterator::KEY_LEFT - Byte offset left of current part used as key. IntlPartsIterator::KEY_RIGHT - Byte offset right of current part used as key.
