Home
last modified time | relevance | path

Searched defs:mb_check_encoding (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php49 function mb_check_encoding($value = null, $encoding = null) { return p\Mbstring::mb_check_encoding($value, $encoding); } function
H A Dbootstrap80.php45 function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool { return p\Mbstring::mb_check_encoding($value, $encoding); } function
H A DMbstring.php407 public static function mb_check_encoding($var = null, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring