IntlRuleBasedBreakIterator クラス
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
はじめに
ICU の break iterator をカプセル化した IntlBreakIterator クラスのサブクラスです。 一定のルールを使って振る舞いが定義されています。 これは、殆どの break iterator に共通する機能です。
これらのルールは、 » ICU Boundary Analysis User Guide で説明されています。
クラス概要
/* 継承した定数 */
/* メソッド */
/* 継承したメソッド */
public static IntlBreakIterator::createCharacterInstance(?string
$locale
= null
): ?IntlBreakIteratorpublic IntlBreakIterator::getPartsIterator(string
}$type
= IntlPartsIterator::KEY_SEQUENTIAL): IntlPartsIterator目次
- IntlRuleBasedBreakIterator::__construct — ルールセットから iterator を作成する
- IntlRuleBasedBreakIterator::getBinaryRules — コンパイル済みのルールを、バイナリで取得する
- IntlRuleBasedBreakIterator::getRules — このオブジェクトを作るのに使われているルールを取得する
- IntlRuleBasedBreakIterator::getRuleStatus — 現在の境界位置を決めるルールから、ステータスの最大値を取得する
- IntlRuleBasedBreakIterator::getRuleStatusVec — 現在の境界位置から定まるルールから、ステータス値を取得する
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google