php中文截取无乱码
'; $res .= substr($str,$offset,$count); $chars += 1; $offset += $count; } return $res; } $str = '你好aaaaa'; echo cutstr($str,2); ?>
标题名称:php中文截取无乱码
文章起源:http://ncxichong.com/article/gghcpp.html
'; $res .= substr($str,$offset,$count); $chars += 1; $offset += $count; } return $res; } $str = '你好aaaaa'; echo cutstr($str,2); ?>