我想检测文件编码,如果它是ANSI或者是UTF-8和Unicode。我只知道如何检测UTF-8
if (mb_detect_encoding(file_get_contents($file), 'UTF-8', true))
{
echo "UTF-8";
}
答案 0 :(得分:0)
/ *通过逗号分隔列表* /
指定encoding_list字符编码echo mb_detect_encoding($str, "ASCII, UTF-8, UNICODE");
它将打印检测到的关于列表的编码