Home
last modified time | relevance | path

Searched refs:Mbstring (Results 1 – 5 of 5) sorted by relevance

/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php12 use Symfony\Polyfill\Mbstring as p;
22 function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); }
40 function mb_language($language = null) { return p\Mbstring::mb_language($language); }
43 function mb_list_encodings() { return p\Mbstring::mb_list_encodings(); }
46 function mb_encoding_aliases($encoding) { return p\Mbstring::mb_encoding_aliases($encoding); }
55 function mb_detect_order($encoding = null) { return p\Mbstring::mb_detect_order($encoding); }
61 …function mb_strlen($string, $encoding = null) { return p\Mbstring::mb_strlen($string, $encoding); }
100 function mb_get_info($type = 'all') { return p\Mbstring::mb_get_info($type); }
103 function mb_http_output($encoding = null) { return p\Mbstring::mb_http_output($encoding); }
115 function mb_http_input($type = null) { return p\Mbstring::mb_http_input($type); }
[all …]
H A Dbootstrap80.php12 use Symfony\Polyfill\Mbstring as p;
18 …function mb_decode_mimeheader(?string $string): string { return p\Mbstring::mb_decode_mimeheader((…
33 …function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_inter…
36 …function mb_language(?string $language = null): string|bool { return p\Mbstring::mb_language($lang…
39 function mb_list_encodings(): array { return p\Mbstring::mb_list_encodings(); }
42 …function mb_encoding_aliases(?string $encoding): array { return p\Mbstring::mb_encoding_aliases((s…
51 …function mb_detect_order(array|string|null $encoding = null): array|bool { return p\Mbstring::mb_d…
57 …function mb_strlen(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strlen(…
96 …function mb_get_info(?string $type = 'all'): array|string|int|false { return p\Mbstring::mb_get_in…
99 …function mb_http_output(?string $encoding = null): string|bool { return p\Mbstring::mb_http_output…
[all …]
H A DREADME.md1 Symfony Polyfill / Mbstring
5 [Mbstring](https://php.net/mbstring) extension.
H A DMbstring.php12 namespace Symfony\Polyfill\Mbstring;
68 final class Mbstring class
/template/twigstarter/
H A Dcomposer.lock129 "Symfony\\Polyfill\\Mbstring\\": ""
146 "description": "Symfony polyfill for the Mbstring extension",