Searched refs:mb_detect_order (Results 1 – 4 of 4) sorted by relevance
55 function mb_detect_order($encoding = null) { return p\Mbstring::mb_detect_order($encoding); } function
51 …function mb_detect_order(array|string|null $encoding = null): array|bool { return p\Mbstring::mb_d… function
479 public static function mb_detect_order($encodingList = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
210 $detectedCharset = mb_detect_encoding($html, mb_detect_order(), true);