The IntlRuleBasedBreakIterator class
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
簡介
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 IntlRuleBasedBreakIterator
extends
IntlBreakIterator
{
/* 繼承的常量 */
/* 方法 */
/* 繼承的方法 */
public static IntlBreakIterator::createCharacterInstance(?string
$locale
= null
): ?IntlBreakIteratorintl_get_error_code(): int
intl_get_error_message(): string
public IntlBreakIterator::getPartsIterator(string
}$type
= IntlPartsIterator::KEY_SEQUENTIAL): IntlPartsIterator目錄
- IntlRuleBasedBreakIterator::__construct — Create iterator from ruleset
- IntlRuleBasedBreakIterator::getBinaryRules — Get the binary form of compiled rules
- IntlRuleBasedBreakIterator::getRules — Get the rule set used to create this object
- IntlRuleBasedBreakIterator::getRuleStatus — Get the largest status value from the break rules that determined the current break position
- IntlRuleBasedBreakIterator::getRuleStatusVec — Get the status values from the break rules that determined the current break position