php中文截取无乱码

';
            $res .= substr($str,$offset,$count);
            $chars += 1;
            $offset += $count;
        }
        return $res;
    }
$str = '你好aaaaa';
echo cutstr($str,2);

 ?>

文章标题:php中文截取无乱码
网页网址:http://scjbc.cn/article/gghcpp.html

其他资讯