Search Results

  1. IntlBreakIterator::previous (PHP 5 >= 5.5.0, PHP 7, PHP 8) IntlBreakIterator::previous — Set the iterator position to the boundary immediately before the current

  2. Simple usage example of `IntlBreakIterator::previous ()`. The PHP function `IntlBreakIterator::previous` is used to set the iterator position to the boundary immediately before the current position. This function is part of the Intl extension, which provides internationalization (i18n) support in PHP. It is specifically useful for handling text boundary analysis, such as breaking text into ...

  3. The IntlBreakIterator class Introduction (PHP 5 >= 5.5.0, PHP 7) A “break iterator” is an ICU object that exposes methods for locating boundaries in text (e.g. word or sentence boundaries). The PHP IntlBreakIterator serves as the base class for all types of ICU break iterators. Where extra functionality is available, the intl extension may expose the ICU break iterator with suitable ...

  4. This class implements IteratorAggregate. Traversing an IntlBreakIterator yields non-negative integer values representing the successive locations of the text boundaries, expressed as UTF-8 code units (byte) counts, taken from the beginning of the text (which has the location 0). The keys yielded by the iterator simply form the sequence of natural numbers {0, 1, 2, …}.

  5. The PHP IntlBreakIterator serves as the base class for all types of ICU break iterators. Where extra functionality is available, the intl extension may expose the ICU break iterator with suitable subclasses, such as IntlRuleBasedBreakIterator or IntlCodePointBreakIterator. This class implements IteratorAggregate.

  6. The PHP IntlBreakIterator serves as the base class for all types of ICU break iterators. Where extra functionality is available, the intl extension may expose the ICU break iterator with suitable subclasses, such as IntlRuleBasedBreakIterator or IntlCodePointBreakIterator. This class implements IteratorAggregate.

  7. (PHP 5 >= 5.5.0, PHP 7, PHP 8) IntlBreakIterator::previous — Définit la position de l'itérateur à la limite immédiate avant la courante