Lines Matching defs:encoding

58 function mb_internal_encoding(?string $encoding = null): string|bool {}
67 function mb_http_output(?string $encoding = null): string|bool {}
73 function mb_detect_order(array|string|null $encoding = null): array|bool {}
79 function mb_preferred_mime_name(string $encoding): string|false {}
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 …chr(string $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): stri…
106 …str(string $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): stri…
109 …chr(string $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): stri…
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 …(string $string, int $start, int $width, string $trim_marker = "", ?string $encoding = null): stri… 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
150 function mb_encoding_aliases(string $encoding): array {}
159 function mb_convert_kana(string $string, string $mode = "KV", ?string $encoding = null): string {} argument
165 function mb_encode_numericentity(string $string, array $map, ?string $encoding = null, bool $hex = … argument
168 function mb_decode_numericentity(string $string, array $map, ?string $encoding = null): string {} argument
178 function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool {}
180 function mb_scrub(string $string, ?string $encoding = null): string {} argument
182 function mb_ord(string $string, ?string $encoding = null): int|false {} argument
184 function mb_chr(int $codepoint, ?string $encoding = null): string|false {}
186 … $length, string $pad_string = " ", int $pad_type = STR_PAD_RIGHT, ?string $encoding = null): stri… argument
190 function mb_regex_encoding(?string $encoding = null): string|bool {}