The IntlCodePointBreakIterator class

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

Introduction

This break iterator identifies the boundaries between UTF-8 code points.

Synopsis de la classe

class IntlCodePointBreakIterator extends IntlBreakIterator {
/* Constants héritées */
/* Méthodes */
/* Méthodes héritées */
public IntlBreakIterator::getPartsIterator(string $type = IntlPartsIterator::KEY_SEQUENTIAL): IntlPartsIterator
}

Sommaire

add a note add a note

User Contributed Notes

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