Dutch PHP Conference 2026 - Call For Papers

The IntlRuleBasedBreakIterator class

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

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.

These rules are described in the » ICU Boundary Analysis User Guide.

Class synopsis

class IntlRuleBasedBreakIterator extends IntlBreakIterator {
/* Inherited constants */
/* Methods */
public __construct (string $rules, bool $compiled = false )
public getRules (): string |false
public getRuleStatus (): int
/* Inherited methods */
public IntlBreakIterator::getPartsIterator (string $type = IntlPartsIterator::KEY_SEQUENTIAL): IntlPartsIterator
public IntlBreakIterator::next (? int $offset = null ): int
}

Table of Contents

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /