您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

字符串数组 php下检测字符串是否是utf8编码的代码

2024/2/27 20:46:03发布14次查看
function is_utf8($string) {
     return preg_match('%^(?:
             [\x09\x0a\x0d\x20-\x7e]                 # ascii
         | [\xc2-\xdf][\x80-\xbf]                 # non-overlong 2-byte
         |     \xe0[\xa0-\xbf][\x80-\xbf]             # excluding overlongs
         | [\xe1-\xec\xee\xef][\x80-\xbf]{2}     # straight 3-byte
         |     \xed[\x80-\x9f][\x80-\xbf]             # excluding surrogates
         |     \xf0[\x90-\xbf][\x80-\xbf]{2}     # planes 1-3
         | [\xf1-\xf3][\x80-\xbf]{3}             # planes 4-15
         |     \xf4[\x80-\x8f][\x80-\xbf]{2}     # plane 16
     )*$%xs', $string);     
}
准确率基本和mb_detect_encoding一样,要对一起对,要错一起错。
编码检测不可能100%准确,这个东西已经可以基本满足要求了。 
以上就介绍了字符串数组 php下检测字符串是否是utf8编码的代码,包括了字符串数组方面的内容,希望对php教程有兴趣的朋友有所帮助。
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product