php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
IntlRuleBasedBreakIterator Class Reference
Inheritance diagram for IntlRuleBasedBreakIterator:
IntlBreakIterator IteratorAggregate Traversable

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
 

Detailed Description

@not-serializable

Definition at line 116 of file breakiterator.stub.php.

Constructor & Destructor Documentation

◆ __construct()

IntlRuleBasedBreakIterator::__construct ( string $rules,
bool $compiled = false )

Definition at line 118 of file breakiterator.stub.php.

Member Function Documentation

◆ getBinaryRules()

IntlRuleBasedBreakIterator::getBinaryRules ( )

@tentative-return-type

Definition at line 121 of file breakiterator.stub.php.

◆ getRules()

IntlRuleBasedBreakIterator::getRules ( )

@tentative-return-type

Definition at line 124 of file breakiterator.stub.php.

◆ getRuleStatus()

IntlRuleBasedBreakIterator::getRuleStatus ( )

@tentative-return-type

Definition at line 127 of file breakiterator.stub.php.

◆ getRuleStatusVec()

IntlRuleBasedBreakIterator::getRuleStatusVec ( )

@tentative-return-type

Definition at line 130 of file breakiterator.stub.php.


The documentation for this class was generated from the following file: