PHP 8.5.0 Beta 2 available for testing

The IntlPartsIterator class

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

Introduction

Objects of this class can be obtained from IntlBreakIterator objects. While the break iterators provide a sequence of boundary positions when iterated, IntlPartsIterator objects provide, as a convenience, the text fragments comprehended between two successive boundaries.

The keys may represent the offset of the left boundary, right boundary, or they may just the sequence of non-negative integers. See IntlBreakIterator::getPartsIterator() .

Class synopsis

class IntlPartsIterator extends IntlIterator {
/* Constants */
public const int KEY_SEQUENTIAL ;
public const int KEY_LEFT ;
public const int KEY_RIGHT ;
/* Methods */
/* Inherited methods */
}

Changelog

Version Description
8.4.0 The class constants are now typed.

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 によって変換されたページ (->オリジナル) /