コードをコピーします コードは次のとおりです:
45){$str=utf8Substr($r[title],0,15 ).". ..";}else{$str=$r[title];}echo $str;
//utf8 文字列をインターセプト
function utf8Substr($str, $from, $len)
return preg_replace( '#^(?:[x00-x7F]|[xC0-xFF][x80-xBF]+){0,'.$from.'}'。
'((?:[x00-x7F] |[xC0 -xFF][x80-xBF]+){0,'.$len.'}).*#s',
'$1',$str);
http://www.bkjia.com/PHPjc/313607.html
www.bkjia.com
truehttp://www.bkjia.com/PHPjc/313607.html技術記事次のようにコードをコピーします: ?php if(strlen($r[title])45){$str=utf8Substr($r[title],0,15)."...";}else{$str=$ r [title];}echo $str ? // utf8 文字列関数 utf8Substr($str, $fr...)