Lines Matching refs:encoding
9 function mb_internal_encoding(?string $encoding = null): string|bool {} argument
18 function mb_http_output(?string $encoding = null): string|bool {} argument
24 function mb_detect_order(array|string|null $encoding = null): array|bool {} argument
30 function mb_preferred_mime_name(string $encoding): string|false {} argument
38 function mb_str_split(string $string, int $length = 1, ?string $encoding = null): array {} argument
40 function mb_strlen(string $string, ?string $encoding = null): int {} argument
42 function mb_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): in… argument
44 function mb_strrpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i… argument
46 function mb_stripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i… argument
48 function mb_strripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): … argument
51 function mb_strstr(string $haystack, string $needle, bool $before_needle = false, ?string $encoding… argument
54 …string $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): string|f… argument
57 …string $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): string|f… argument
60 …string $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): string|f… argument
62 function mb_substr_count(string $haystack, string $needle, ?string $encoding = null): int {} argument
65 function mb_substr(string $string, int $start, ?int $length = null, ?string $encoding = null): stri… argument
68 function mb_strcut(string $string, int $start, ?int $length = null, ?string $encoding = null): stri… argument
70 function mb_strwidth(string $string, ?string $encoding = null): int {} argument
73 …ing $string, int $start, int $width, string $trim_marker = "", ?string $encoding = null): string {} argument
82 function mb_convert_case(string $string, int $mode, ?string $encoding = null): string {} argument
85 function mb_strtoupper(string $string, ?string $encoding = null): string {} argument
88 function mb_strtolower(string $string, ?string $encoding = null): string {} argument
103 function mb_encoding_aliases(string $encoding): array {} argument
112 function mb_convert_kana(string $string, string $mode = "KV", ?string $encoding = null): string {} argument
118 function mb_encode_numericentity(string $string, array $map, ?string $encoding = null, bool $hex = … argument
121 function mb_decode_numericentity(string $string, array $map, ?string $encoding = null): string {} argument
131 function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool {} argument
133 function mb_scrub(string $string, ?string $encoding = null): string {} argument
135 function mb_ord(string $string, ?string $encoding = null): int|false {} argument
137 function mb_chr(int $codepoint, ?string $encoding = null): string|false {} argument
141 function mb_regex_encoding(?string $encoding = null): string|bool {} argument