Home
last modified time | relevance | path

Searched defs:mb_convert_encoding (Results 1 – 3 of 3) sorted by last modified time

/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php81 public static function mb_convert_encoding($s, $toEncoding, $fromEncoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
H A Dbootstrap.php19 function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb_convert_encoding($string, $to_encoding, $from_encoding); } function
H A Dbootstrap80.php15 function mb_convert_encoding(array|string|null $string, ?string $to_encoding, array|string|null $from_encoding = null): array|string|false { return p\Mbstring::mb_convert_encoding($string ?? '', (string) $to_encoding, $from_encoding); } function