Lines Matching refs:encoding
7 function mb_internal_encoding(?string $encoding = null): string|bool {} argument
11 function mb_http_output(?string $encoding = null): string|bool {} argument
13 function mb_detect_order(array|string|null $encoding = null): array|bool {} argument
17 function mb_preferred_mime_name(string $encoding): string|false {} argument
24 function mb_str_split(string $string, int $length = 1, ?string $encoding = null): array {} argument
26 function mb_strlen(string $string, ?string $encoding = null): int {} argument
28 function mb_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): in… argument
30 function mb_strrpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i… argument
32 function mb_stripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i… argument
34 function mb_strripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): … argument
36 function mb_strstr(string $haystack, string $needle, bool $before_needle = false, ?string $encoding… argument
38 …string $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): string|f… argument
40 …string $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): string|f… argument
42 …string $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): string|f… argument
44 function mb_substr_count(string $haystack, string $needle, ?string $encoding = null): int {} argument
46 function mb_substr(string $string, int $start, ?int $length = null, ?string $encoding = null): stri… argument
48 function mb_strcut(string $string, int $start, ?int $length = null, ?string $encoding = null): stri… argument
50 function mb_strwidth(string $string, ?string $encoding = null): int {} argument
52 …ing $string, int $start, int $width, string $trim_marker = "", ?string $encoding = null): string {} argument
56 function mb_convert_case(string $string, int $mode, ?string $encoding = null): string {} argument
58 function mb_strtoupper(string $string, ?string $encoding = null): string {} argument
60 function mb_strtolower(string $string, ?string $encoding = null): string {} argument
66 function mb_encoding_aliases(string $encoding): array {} argument
72 function mb_convert_kana(string $string, string $mode = "KV", ?string $encoding = null): string {} argument
76 function mb_encode_numericentity(string $string, array $map, ?string $encoding = null, bool $hex = … argument
78 function mb_decode_numericentity(string $string, array $map, ?string $encoding = null): string {} argument
84 function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool {} argument
86 function mb_scrub(string $string, ?string $encoding = null): string {} argument
88 function mb_ord(string $string, ?string $encoding = null): int|false {} argument
90 function mb_chr(int $codepoint, ?string $encoding = null): string|false {} argument
93 function mb_regex_encoding(?string $encoding = null): string|bool {} argument