Searched refs:mb_detect_encoding (Results 1 – 5 of 5) sorted by relevance
/template/twigstarter/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 52 …function mb_detect_encoding($string, $encodings = null, $strict = false) { return p\Mbstring::mb_d… function
|
H A D | bootstrap80.php | 48 …n mb_detect_encoding(?string $string, array|string|null $encodings = null, ?bool $strict = false):… function
|
H A D | Mbstring.php | 84 $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 D | simple_html_dom.php | 1744 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 D | simple_html_dom.php | 1738 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
|