Lines Matching defs:string

33 function mb_parse_str(string $string, &$result): bool {}  argument
36 function mb_output_handler(string $string, int $status): string {} 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
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 function mb_strimwidth(string $string, int $start, int $width, string $trim_marker = "", ?string $e… argument
79 function mb_convert_encoding(array|string $string, string $to_encoding, array|string|null $from_enc…
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
91 function mb_detect_encoding(string $string, array|string|null $encodings = null, bool $strict = fal… argument
106 function mb_encode_mimeheader(string $string, ?string $charset = null, ?string $transfer_encoding =… argument
109 function mb_decode_mimeheader(string $string): string {} 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
133 function mb_scrub(string $string, ?string $encoding = null): string {} argument
135 function mb_ord(string $string, ?string $encoding = null): int|false {} argument
144 function mb_ereg(string $pattern, string $string, &$matches = null): bool {} argument
147 function mb_eregi(string $pattern, string $string, &$matches = null): bool {} argument
150 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument
153 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
156 function mb_ereg_replace_callback(string $pattern, callable $callback, string $string, ?string $opt… argument
162 function mb_split(string $pattern, string $string, int $limit = -1): array|false {} argument
164 function mb_ereg_match(string $pattern, string $string, ?string $options = null): bool {} argument
180 function mb_ereg_search_init(string $string, ?string $pattern = null, ?string $options = null): boo… argument