Home
last modified time | relevance | path

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

/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php52 …function mb_detect_encoding($string, $encodings = null, $strict = false) { return p\Mbstring::mb_d… function
H A Dbootstrap80.php48 …n mb_detect_encoding(?string $string, array|string|null $encodings = null, ?bool $strict = false):… function
H A DMbstring.php84 $fromEncoding = self::mb_detect_encoding($s, $fromEncoding);
416 …return self::mb_detect_encoding($var, [$encoding]) || false !== @\iconv($encoding, $encoding, $var…
419 public static function mb_detect_encoding($str, $encodingList = null, $strict = false) function in Symfony\\Polyfill\\Mbstring\\Mbstring
/template/mikio/inc/
H A Dsimple_html_dom.php1744 if (function_exists('mb_detect_encoding')) {
1746 * mb_detect_encoding() is not intended to distinguish between
1759 $encoding = mb_detect_encoding(
1765 // Due to a limitation of mb_detect_encoding
/template/bootstrap3/inc/
H A Dsimple_html_dom.php1738 if (function_exists('mb_detect_encoding')) {
1740 * mb_detect_encoding() is not intended to distinguish between
1753 $encoding = mb_detect_encoding(
1759 // Due to a limitation of mb_detect_encoding