Lines Matching refs:null

5 function mb_language(?string $language = null): string|bool {}
7 function mb_internal_encoding(?string $encoding = null): string|bool {}
9 function mb_http_input(?string $type = null): array|string|false {}
11 function mb_http_output(?string $encoding = null): string|bool {}
13 function mb_detect_order(array|string|null $encoding = null): array|bool {}
15 function mb_substitute_character(string|int|null $substitute_character = null): string|int|bool {}
24 function mb_str_split(string $string, int $length = 1, ?string $encoding = null): array {}
26 function mb_strlen(string $string, ?string $encoding = null): int {}
28 function mb_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): in…
30 function mb_strrpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i…
32 function mb_stripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i…
34 function mb_strripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): …
36 … $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): string|false {}
38 … $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): string|false {}
40 … $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): string|false {}
42 … $haystack, string $needle, bool $before_needle = false, ?string $encoding = null): string|false {}
44 function mb_substr_count(string $haystack, string $needle, ?string $encoding = null): int {}
46 function mb_substr(string $string, int $start, ?int $length = null, ?string $encoding = null): stri…
48 function mb_strcut(string $string, int $start, ?int $length = null, ?string $encoding = null): stri…
50 function mb_strwidth(string $string, ?string $encoding = null): int {}
52 …ing $string, int $start, int $width, string $trim_marker = "", ?string $encoding = null): string {}
54 …coding(array|string $string, string $to_encoding, array|string|null $from_encoding = null): array|…
56 function mb_convert_case(string $string, int $mode, ?string $encoding = null): string {}
58 function mb_strtoupper(string $string, ?string $encoding = null): string {}
60 function mb_strtolower(string $string, ?string $encoding = null): string {}
62 function mb_detect_encoding(string $string, array|string|null $encodings = null, bool $strict = fal…
68 … mb_encode_mimeheader(string $string, ?string $charset = null, ?string $transfer_encoding = null, …
72 function mb_convert_kana(string $string, string $mode = "KV", ?string $encoding = null): string {}
76 function mb_encode_numericentity(string $string, array $map, ?string $encoding = null, bool $hex = …
78 function mb_decode_numericentity(string $string, array $map, ?string $encoding = null): string {}
80 …string $message, array|string $additional_headers = [], ?string $additional_params = null): bool {}
84 function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool {}
86 function mb_scrub(string $string, ?string $encoding = null): string {}
88 function mb_ord(string $string, ?string $encoding = null): int|false {}
90 function mb_chr(int $codepoint, ?string $encoding = null): string|false {}
93 function mb_regex_encoding(?string $encoding = null): string|bool {}
96 function mb_ereg(string $pattern, string $string, &$matches = null): bool {}
99 function mb_eregi(string $pattern, string $string, &$matches = null): bool {}
101 …tring $pattern, string $replacement, string $string, ?string $options = null): string|false|null {}
103 …tring $pattern, string $replacement, string $string, ?string $options = null): string|false|null {}
105 …string $pattern, callable $callback, string $string, ?string $options = null): string|false|null {}
109 function mb_ereg_match(string $pattern, string $string, ?string $options = null): bool {}
111 function mb_ereg_search(?string $pattern = null, ?string $options = null): bool {}
113 function mb_ereg_search_pos(?string $pattern = null, ?string $options = null): array|false {}
115 function mb_ereg_search_regs(?string $pattern = null, ?string $options = null): array|false {}
117 function mb_ereg_search_init(string $string, ?string $pattern = null, ?string $options = null): boo…
125 function mb_regex_set_options(?string $options = null): string {}