Lines Matching refs:string
55 function mb_language(?string $language = null): string|bool {}
58 function mb_internal_encoding(?string $encoding = null): string|bool {}
64 function mb_http_input(?string $type = null): array|string|false {}
67 function mb_http_output(?string $encoding = null): string|bool {}
73 function mb_detect_order(array|string|null $encoding = null): array|bool {}
76 function mb_substitute_character(string|int|null $substitute_character = null): string|int|bool {}
79 function mb_preferred_mime_name(string $encoding): string|false {}
82 function mb_parse_str(string $string, &$result): bool {} argument
85 function mb_output_handler(string $string, int $status): string {} argument
87 function mb_str_split(string $string, int $length = 1, ?string $encoding = null): array {} argument
89 function mb_strlen(string $string, ?string $encoding = null): int {} argument
91 function mb_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): in…
93 function mb_strrpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i…
95 function mb_stripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i…
97 function mb_strripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): …
100 function mb_strstr(string $haystack, string $needle, bool $before_needle = false, ?string $encoding…
103 function mb_strrchr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin…
106 function mb_stristr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin…
109 function mb_strrichr(string $haystack, string $needle, bool $before_needle = false, ?string $encodi…
111 function mb_substr_count(string $haystack, string $needle, ?string $encoding = null): int {}
114 function mb_substr(string $string, int $start, ?int $length = null, ?string $encoding = null): stri… argument
117 function mb_strcut(string $string, int $start, ?int $length = null, ?string $encoding = null): stri… argument
119 function mb_strwidth(string $string, ?string $encoding = null): int {} argument
121 function mb_strimwidth(string $string, int $start, int $width, string $trim_marker = "", ?string $e… argument
127 …tion mb_convert_encoding(array|string $string, string $to_encoding, array|string|null $from_encodi… argument
130 function mb_convert_case(string $string, int $mode, ?string $encoding = null): string {} argument
133 function mb_strtoupper(string $string, ?string $encoding = null): string {} argument
136 function mb_strtolower(string $string, ?string $encoding = null): string {} argument
138 function mb_ucfirst(string $string, ?string $encoding = null): string {} argument
140 function mb_lcfirst(string $string, ?string $encoding = null): string {} argument
142 function mb_trim(string $string, ?string $characters = null, ?string $encoding = null): string {} argument
144 function mb_ltrim(string $string, ?string $characters = null, ?string $encoding = null): string {} argument
146 function mb_rtrim(string $string, ?string $characters = null, ?string $encoding = null): string {} argument
149 function mb_detect_encoding(string $string, array|string|null $encodings = null, bool $strict = fal… argument
160 function mb_encoding_aliases(string $encoding): array {}
163 …e_mimeheader(string $string, ?string $charset = null, ?string $transfer_encoding = null, string $n… argument
166 function mb_decode_mimeheader(string $string): string {} argument
169 function mb_convert_kana(string $string, string $mode = "KV", ?string $encoding = null): string {} argument
172 function mb_convert_variables(string $to_encoding, array|string $from_encoding, mixed &$var, mixed …
175 function mb_encode_numericentity(string $string, array $map, ?string $encoding = null, bool $hex = … argument
178 function mb_decode_numericentity(string $string, array $map, ?string $encoding = null): string {} argument
180 function mb_send_mail(string $to, string $subject, string $message, array|string $additional_header…
186 function mb_get_info(string $type = "all"): array|string|int|false|null {}
188 function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool {}
190 function mb_scrub(string $string, ?string $encoding = null): string {} argument
192 function mb_ord(string $string, ?string $encoding = null): int|false {} argument
194 function mb_chr(int $codepoint, ?string $encoding = null): string|false {}
196 …ction mb_str_pad(string $string, int $length, string $pad_string = " ", int $pad_type = STR_PAD_RI… argument
200 function mb_regex_encoding(?string $encoding = null): string|bool {}
203 function mb_ereg(string $pattern, string $string, &$matches = null): bool {} argument
206 function mb_eregi(string $pattern, string $string, &$matches = null): bool {} argument
209 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument
212 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
215 function mb_ereg_replace_callback(string $pattern, callable $callback, string $string, ?string $opt… argument
221 function mb_split(string $pattern, string $string, int $limit = -1): array|false {} argument
223 function mb_ereg_match(string $pattern, string $string, ?string $options = null): bool {} argument
225 function mb_ereg_search(?string $pattern = null, ?string $options = null): bool {}
231 function mb_ereg_search_pos(?string $pattern = null, ?string $options = null): array|false {}
237 function mb_ereg_search_regs(?string $pattern = null, ?string $options = null): array|false {}
239 function mb_ereg_search_init(string $string, ?string $pattern = null, ?string $options = null): boo… argument
252 function mb_regex_set_options(?string $options = null): string {}