php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
breakiterator.stub.php
Go to the documentation of this file.
1<?php
2
4
7{
9 public const int DONE = UNKNOWN;
10
12 public const int WORD_NONE = UNKNOWN;
14 public const int WORD_NONE_LIMIT = UNKNOWN;
16 public const int WORD_NUMBER = UNKNOWN;
18 public const int WORD_NUMBER_LIMIT = UNKNOWN;
20 public const int WORD_LETTER = UNKNOWN;
22 public const int WORD_LETTER_LIMIT = UNKNOWN;
24 public const int WORD_KANA = UNKNOWN;
26 public const int WORD_KANA_LIMIT = UNKNOWN;
28 public const int WORD_IDEO = UNKNOWN;
30 public const int WORD_IDEO_LIMIT = UNKNOWN;
31
33 public const int LINE_SOFT = UNKNOWN;
35 public const int LINE_SOFT_LIMIT = UNKNOWN;
37 public const int LINE_HARD = UNKNOWN;
39 public const int LINE_HARD_LIMIT = UNKNOWN;
40
42 public const int SENTENCE_TERM = UNKNOWN;
44 public const int SENTENCE_TERM_LIMIT = UNKNOWN;
46 public const int SENTENCE_SEP = UNKNOWN;
48 public const int SENTENCE_SEP_LIMIT = UNKNOWN;
49
51 public static function createCharacterInstance(?string $locale = null): ?IntlBreakIterator {}
52
55
57 public static function createLineInstance(?string $locale = null): ?IntlBreakIterator {}
58
60 public static function createSentenceInstance(?string $locale = null): ?IntlBreakIterator {}
61
63 public static function createTitleInstance(?string $locale = null): ?IntlBreakIterator {}
64
66 public static function createWordInstance(?string $locale = null): ?IntlBreakIterator {}
67
68 private function __construct() {}
69
71 public function current(): int {}
72
74 public function first(): int {}
75
77 public function following(int $offset): int {}
78
80 public function getErrorCode(): int {}
81
83 public function getErrorMessage(): string {}
84
86 public function getLocale(int $type): string|false {}
87
89 public function getPartsIterator(string $type = IntlPartsIterator::KEY_SEQUENTIAL): IntlPartsIterator {}
90
92 public function getText(): ?string {}
93
95 public function isBoundary(int $offset): bool {}
96
98 public function last(): int {}
99
101 public function next(?int $offset = null): int {}
102
104 public function preceding(int $offset): int {}
105
107 public function previous(): int {}
108
110 public function setText(string $text): bool {}
111
113}
114
117{
118 public function __construct(string $rules, bool $compiled = false) {}
119
121 public function getBinaryRules(): string|false {}
122
124 public function getRules(): string|false {}
125
127 public function getRuleStatus(): int {}
128
130 public function getRuleStatusVec(): array|false {}
131}
132
135{
137 public function getLastCodePoint(): int {}
138}
static createLineInstance(?string $locale=null)
static createSentenceInstance(?string $locale=null)
static createTitleInstance(?string $locale=null)
next(?int $offset=null)
getPartsIterator(string $type=IntlPartsIterator::KEY_SEQUENTIAL)
static createCharacterInstance(?string $locale=null)
static createWordInstance(?string $locale=null)
__construct(string $rules, bool $compiled=false)
$text
function(EX_VAR(opline->result.var))