php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
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 () | |
Static Public Member Functions | |
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 | |
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 |
@generate-class-entries @not-serializable
Definition at line 6 of file breakiterator.stub.php.
|
static |
@tentative-return-type
Definition at line 51 of file breakiterator.stub.php.
|
static |
@tentative-return-type
Definition at line 54 of file breakiterator.stub.php.
|
static |
@tentative-return-type
Definition at line 57 of file breakiterator.stub.php.
|
static |
@tentative-return-type
Definition at line 60 of file breakiterator.stub.php.
|
static |
@tentative-return-type
Definition at line 63 of file breakiterator.stub.php.
|
static |
@tentative-return-type
Definition at line 66 of file breakiterator.stub.php.
IntlBreakIterator::current | ( | ) |
@tentative-return-type
Definition at line 71 of file breakiterator.stub.php.
IntlBreakIterator::first | ( | ) |
@tentative-return-type
Definition at line 74 of file breakiterator.stub.php.
IntlBreakIterator::following | ( | int | $offset | ) |
@tentative-return-type
Definition at line 77 of file breakiterator.stub.php.
IntlBreakIterator::getErrorCode | ( | ) |
@tentative-return-type
Definition at line 80 of file breakiterator.stub.php.
IntlBreakIterator::getErrorMessage | ( | ) |
@tentative-return-type
Definition at line 83 of file breakiterator.stub.php.
IntlBreakIterator::getIterator | ( | ) |
@tentative-return-type
Implements IteratorAggregate.
Definition at line 112 of file breakiterator.stub.php.
IntlBreakIterator::getLocale | ( | int | $type | ) |
@tentative-return-type
Definition at line 86 of file breakiterator.stub.php.
IntlBreakIterator::getPartsIterator | ( | string | $type = IntlPartsIterator::KEY_SEQUENTIAL | ) |
@tentative-return-type
Definition at line 89 of file breakiterator.stub.php.
IntlBreakIterator::getText | ( | ) |
@tentative-return-type
Definition at line 92 of file breakiterator.stub.php.
IntlBreakIterator::isBoundary | ( | int | $offset | ) |
@tentative-return-type
Definition at line 95 of file breakiterator.stub.php.
IntlBreakIterator::last | ( | ) |
@tentative-return-type
Definition at line 98 of file breakiterator.stub.php.
IntlBreakIterator::next | ( | ?int | $offset = null | ) |
@tentative-return-type
Definition at line 101 of file breakiterator.stub.php.
IntlBreakIterator::preceding | ( | int | $offset | ) |
@tentative-return-type
Definition at line 104 of file breakiterator.stub.php.
IntlBreakIterator::previous | ( | ) |
@tentative-return-type
Definition at line 107 of file breakiterator.stub.php.
IntlBreakIterator::setText | ( | string | $text | ) |
@tentative-return-type
Definition at line 110 of file breakiterator.stub.php.
const int IntlBreakIterator::DONE = UNKNOWN |
@cvalue BreakIterator::DONE
Definition at line 9 of file breakiterator.stub.php.
const int IntlBreakIterator::LINE_HARD = UNKNOWN |
@cvalue UBRK_LINE_HARD
Definition at line 37 of file breakiterator.stub.php.
const int IntlBreakIterator::LINE_HARD_LIMIT = UNKNOWN |
@cvalue UBRK_LINE_HARD_LIMIT
Definition at line 39 of file breakiterator.stub.php.
const int IntlBreakIterator::LINE_SOFT = UNKNOWN |
@cvalue UBRK_LINE_SOFT
Definition at line 33 of file breakiterator.stub.php.
const int IntlBreakIterator::LINE_SOFT_LIMIT = UNKNOWN |
@cvalue UBRK_LINE_SOFT_LIMIT
Definition at line 35 of file breakiterator.stub.php.
const int IntlBreakIterator::SENTENCE_SEP = UNKNOWN |
@cvalue UBRK_SENTENCE_SEP
Definition at line 46 of file breakiterator.stub.php.
const int IntlBreakIterator::SENTENCE_SEP_LIMIT = UNKNOWN |
@cvalue UBRK_SENTENCE_SEP_LIMIT
Definition at line 48 of file breakiterator.stub.php.
const int IntlBreakIterator::SENTENCE_TERM = UNKNOWN |
@cvalue UBRK_SENTENCE_TERM
Definition at line 42 of file breakiterator.stub.php.
const int IntlBreakIterator::SENTENCE_TERM_LIMIT = UNKNOWN |
@cvalue UBRK_SENTENCE_TERM_LIMIT
Definition at line 44 of file breakiterator.stub.php.
const int IntlBreakIterator::WORD_IDEO = UNKNOWN |
@cvalue UBRK_WORD_IDEO
Definition at line 28 of file breakiterator.stub.php.
const int IntlBreakIterator::WORD_IDEO_LIMIT = UNKNOWN |
@cvalue UBRK_WORD_IDEO_LIMIT
Definition at line 30 of file breakiterator.stub.php.
const int IntlBreakIterator::WORD_KANA = UNKNOWN |
@cvalue UBRK_WORD_KANA
Definition at line 24 of file breakiterator.stub.php.
const int IntlBreakIterator::WORD_KANA_LIMIT = UNKNOWN |
@cvalue UBRK_WORD_KANA_LIMIT
Definition at line 26 of file breakiterator.stub.php.
const int IntlBreakIterator::WORD_LETTER = UNKNOWN |
@cvalue UBRK_WORD_LETTER
Definition at line 20 of file breakiterator.stub.php.
const int IntlBreakIterator::WORD_LETTER_LIMIT = UNKNOWN |
@cvalue UBRK_WORD_LETTER_LIMIT
Definition at line 22 of file breakiterator.stub.php.
const int IntlBreakIterator::WORD_NONE = UNKNOWN |
@cvalue UBRK_WORD_NONE
Definition at line 12 of file breakiterator.stub.php.
const int IntlBreakIterator::WORD_NONE_LIMIT = UNKNOWN |
@cvalue UBRK_WORD_NONE_LIMIT
Definition at line 14 of file breakiterator.stub.php.
const int IntlBreakIterator::WORD_NUMBER = UNKNOWN |
@cvalue UBRK_WORD_NUMBER
Definition at line 16 of file breakiterator.stub.php.
const int IntlBreakIterator::WORD_NUMBER_LIMIT = UNKNOWN |
@cvalue UBRK_WORD_NUMBER_LIMIT
Definition at line 18 of file breakiterator.stub.php.