Home
last modified time | relevance | path

Searched refs:mb_check_encoding (Results 1 – 4 of 4) 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 function
H A DMbstring.php411 public static function mb_check_encoding($var = null, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
431 if (!self::mb_check_encoding($key, $encoding)) {
434 if (!self::mb_check_encoding($value, $encoding)) {
841 $validEncoding = @self::mb_check_encoding('', $encoding);
H A Dbootstrap80.php45 …function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool { retu… function
/plugin/bb4dw/
Dbibtexbrowser.php4590 if (!mb_check_encoding($desc,OUTPUT_ENCODING)) {