PHP 8.1.28 Released!

The IntlRuleBasedBreakIterator class

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

Introduzione

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.

Sommario della classe

class IntlRuleBasedBreakIterator extends IntlBreakIterator {
/* Costanti ereditate */
/* Metodi */
public __construct(string $rules, bool $compiled = false)
public getRuleStatus(): int
/* Metodi ereditati */
public IntlBreakIterator::getPartsIterator(string $type = IntlPartsIterator::KEY_SEQUENTIAL): IntlPartsIterator
}

Indice dei contenuti

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top