|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| __construct (string $rules, bool $compiled=false) | |
| getBinaryRules () | |
| getRules () | |
| getRuleStatus () | |
| getRuleStatusVec () | |
Public Member Functions inherited from IntlBreakIterator | |
| current () | |
| first () | |
| following (int $offset) | |
| getErrorCode () | |
| getErrorMessage () | |
| getLocale (int $type) | |
| getPartsIterator (string $type=IntlPartsIterator::KEY_SEQUENTIAL) | |
| getText () | |
| isBoundary (int $offset) | |
| last () | |
| next (?int $offset=null) | |
| preceding (int $offset) | |
| previous () | |
| setText (string $text) | |
| getIterator () | |
Additional Inherited Members | |
Static Public Member Functions inherited from IntlBreakIterator | |
| static | createCharacterInstance (?string $locale=null) |
| static | createCodePointInstance () |
| static | createLineInstance (?string $locale=null) |
| static | createSentenceInstance (?string $locale=null) |
| static | createTitleInstance (?string $locale=null) |
| static | createWordInstance (?string $locale=null) |
Data Fields inherited from IntlBreakIterator | |
| const int | DONE = UNKNOWN |
| const int | WORD_NONE = UNKNOWN |
| const int | WORD_NONE_LIMIT = UNKNOWN |
| const int | WORD_NUMBER = UNKNOWN |
| const int | WORD_NUMBER_LIMIT = UNKNOWN |
| const int | WORD_LETTER = UNKNOWN |
| const int | WORD_LETTER_LIMIT = UNKNOWN |
| const int | WORD_KANA = UNKNOWN |
| const int | WORD_KANA_LIMIT = UNKNOWN |
| const int | WORD_IDEO = UNKNOWN |
| const int | WORD_IDEO_LIMIT = UNKNOWN |
| const int | LINE_SOFT = UNKNOWN |
| const int | LINE_SOFT_LIMIT = UNKNOWN |
| const int | LINE_HARD = UNKNOWN |
| const int | LINE_HARD_LIMIT = UNKNOWN |
| const int | SENTENCE_TERM = UNKNOWN |
| const int | SENTENCE_TERM_LIMIT = UNKNOWN |
| const int | SENTENCE_SEP = UNKNOWN |
| const int | SENTENCE_SEP_LIMIT = UNKNOWN |
@not-serializable
Definition at line 116 of file breakiterator.stub.php.
| IntlRuleBasedBreakIterator::__construct | ( | string | $rules, |
| bool | $compiled = false ) |
Definition at line 118 of file breakiterator.stub.php.
| IntlRuleBasedBreakIterator::getBinaryRules | ( | ) |
@tentative-return-type
Definition at line 121 of file breakiterator.stub.php.
| IntlRuleBasedBreakIterator::getRules | ( | ) |
@tentative-return-type
Definition at line 124 of file breakiterator.stub.php.
| IntlRuleBasedBreakIterator::getRuleStatus | ( | ) |
@tentative-return-type
Definition at line 127 of file breakiterator.stub.php.
| IntlRuleBasedBreakIterator::getRuleStatusVec | ( | ) |
@tentative-return-type
Definition at line 130 of file breakiterator.stub.php.