Search Results

  1. IntlRuleBasedBreakIterator::getRules — Get the rule set used to create this object IntlRuleBasedBreakIterator::getRuleStatus — Get the largest status value from the break rules that determined the current break position

  2. IntlRuleBasedBreakIterator::getRules — Get the rule set used to create this object IntlRuleBasedBreakIterator::getRuleStatus — Get the largest status value from the break rules that determined the current break position

  3. Simple usage example of `IntlRuleBasedBreakIterator::getRules ()`. The IntlRuleBasedBreakIterator::getRules function is used to retrieve the rule set that was used to create a Rule-Based Break Iterator object in PHP's Internationalization extension (Intl). This function allows you to access and examine the specific rules that govern the behavior of the Break Iterator.

  4. The IntlRuleBasedBreakIterator class Introduction (PHP 5 >= 5.5.0, PHP 7) A subclass of IntlBreakIterator that encapsulates ICU break iterators whose behavior is specified using a set of rules. This is the most common kind of break iterators. These rules are described in the » ICU Boundary Analysis User Guide. Class synopsis IntlRuleBasedBreakIterator extends IntlBreakIterator implements ...

  5. Introduction A subclass of IntlBreakIterator that encapsulates ICU break iterators whose behavior is specified using a set of rules. This is the most common kind of break iterators.

  6. publicReturnType getRules ( void ) publicReturnType getRuleStatus ( void ) publicReturnType getRuleStatusVec ( void ) /* Inherited methods */ private IntlBreakIterator::__construct ( void ) publicstaticReturnType IntlBreakIterator::createCharacterInstance ( [ string$"locale" ] ) publicstaticReturnType IntlBreakIterator::createCodePointInstance ...

  7. Man page for intlrulebasedbreakiterator (3) on php, from the unix.com online archive.