189 8069 5689

php中文截取无乱码

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

 ?>

当前标题:php中文截取无乱码
网址分享:http://cdxtjz.com/article/gghcpp.html

其他资讯