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

Public Member Functions

 getLastCodePoint ()
 
- 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 134 of file breakiterator.stub.php.

Member Function Documentation

◆ getLastCodePoint()

IntlCodePointBreakIterator::getLastCodePoint ( )

@tentative-return-type

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


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