dedecms注册中文会员无法打开空间的解决方法

  function isUTF8($str){

  $length=strlen($str);

  for($i=0;$i<$length;$i++){   $high=ord($str{$i});   if(($high==0xC0)||($high==0xC1)){   return false;   }elseif($high<0x80){   continue;   }elseif($high<0xC0){   return false;   }elseif($high<0xE0){   if(++$i>=$length)

  return true;

  elseif(($str{$i}&”xC0″)==”x80″)

  continue;

  }elseif($high<0xF0){   if(++$i>=$length){

  return true;

  }elseif(($str{$i}&”xC0″)==”x80″){

  if(++$i>=$length)

  return true;

  elseif(($str{$i}&”xC0″)==”x80″)

  continue;

  }

  }elseif($high<0xF5){   if(++$i>=$length){

  return true;

  }elseif(($str{$i}&”xC0″)==”x80″){

  if(++$i>=$length){

  return true;

  }elseif(($str{$i}&”xC0″)==”x80″){

  if(++$i>=$length)

  return true;

  elseif(($str{$i}&”xC0″)==”x80″)

  continue;

  }

  }

  }

  return false;

  }

  return true;

☉免责声明:本站所有模板均来自用户分享和网络收集,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服,我们核实后会立即删除。
☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
pbootcms模板网 » dedecms注册中文会员无法打开空间的解决方法

Pbootcms模板网 提供优质的模板集合

立即查看 了解详情