Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17850 программистов и 1606 роботов. Сейчас ищут 1239 программистов ...
The IntlPartsIterator class
Вернуться к: intl
(Информация о версии неизвестна, возможно, только в SVN)
Введение
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().
Обзор классов
/* Constants */
/* Методы */
/* Наследуемые методы */
}Предопределенные константы
IntlPartsIterator::KEY_SEQUENTIAL
IntlPartsIterator::KEY_LEFT
IntlPartsIterator::KEY_RIGHT
Содержание
- IntlPartsIterator::getBreakIterator — Get IntlBreakIterator backing this parts iterator
Вернуться к: intl