Php/docs/class.intlpartsiterator

提供:Dev Guides
< Php
移動先:案内検索

(PHP 5 >= 5.5.0, PHP 7)

はじめに

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().


クラス概要


IntlPartsIterator extends IntlIterator implements Iterator {

/* Constants */

const int KEY_SEQUENTIAL = 0

const int KEY_LEFT = 1

const int KEY_RIGHT = 2

/* メソッド */

/* 継承したメソッド */

public IntlIterator::key ( ) : string

public IntlIterator::next ( ) : void

public IntlIterator::rewind ( ) : void

public IntlIterator::valid ( ) : bool

}

定義済み定数

IntlPartsIterator::KEY_SEQUENTIAL
IntlPartsIterator::KEY_LEFT
IntlPartsIterator::KEY_RIGHT


目次