摘要:
//字符串截取 function utf8_substr($str, $start, $length) { $i = 0; //完整排除之前的UTF8字符 while($i < $start) { $ord = ord($str{$i}); if($ord < 192) { $i++; } elsei... 阅读全文
posted @ 2017-02-09 17:18
studyphp
阅读(171)
评论(0)
推荐(0)

浙公网安备 33010602011771号