我以前一直用这个
preg_match('~[\x7f-\xff]+~is', $string, $tmp);
preg_match('~[\x{4e00}-\x{9fa5}]+~u', $string, $tmp);
超轻量级php框架startmvc
我以前一直用这个
preg_match('~[\x7f-\xff]+~is', $string, $tmp);
preg_match('~[\x{4e00}-\x{9fa5}]+~u', $string, $tmp);