Lines Matching refs:encoding

58 function mb_internal_encoding(?string $encoding = null): string|bool {}  argument
67 function mb_http_output(?string $encoding = null): string|bool {} argument
73 function mb_detect_order(array|string|null $encoding = null): array|bool {} argument
79 function mb_preferred_mime_name(string $encoding): string|false {} 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… argument
93 function mb_strrpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i… argument
95 function mb_stripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i… argument
97 function mb_strripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): … argument
100 function mb_strstr(string $haystack, string $needle, bool $before_needle = false, ?string $encoding argument
103 …string $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): string|f… argument
106 …string $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): string|f… argument
109 …string $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): string|f… argument
111 function mb_substr_count(string $haystack, string $needle, ?string $encoding = null): int {} argument
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 …ing $string, int $start, int $width, string $trim_marker = "", ?string $encoding = null): string {} 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
151 function mb_encoding_aliases(string $encoding): array {} argument
160 function mb_convert_kana(string $string, string $mode = "KV", ?string $encoding = null): string {} argument
166 function mb_encode_numericentity(string $string, array $map, ?string $encoding = null, bool $hex = … argument
169 function mb_decode_numericentity(string $string, array $map, ?string $encoding = null): string {} argument
179 function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool {} argument
181 function mb_scrub(string $string, ?string $encoding = null): string {} argument
183 function mb_ord(string $string, ?string $encoding = null): int|false {} argument
185 function mb_chr(int $codepoint, ?string $encoding = null): string|false {} argument
189 function mb_regex_encoding(?string $encoding = null): string|bool {} argument