Mervin.G
dongyue91
全部博文(76)
2013年(2)
2010年(21)
2009年(53)
一牛科技
浪花小雨
拉孟
vekin
sword_11
chengxuy
hiyachen
jiangnan
itfly3
分类:
2010-09-17 11:10:44
function cutstr($str, $length, $dot='…',$charset='utf-8') { if(strtolower($charset) == 'utf-8') { $str = mb_convert_encoding($str, 'gb2312', 'utf-8'); } if($length >= strlen($str)) { return mb_convert_encoding($str, 'utf-8', 'gb2312');; } for($i=0;$i<$length-2;$i++) { $str_new .= $str[$i]; } if(strtolower($charset) == 'utf-8') { $str_new = mb_convert_encoding($str_new, 'utf-8', 'gb2312'); } //ord() return $str_new.$dot; }
上一篇:统计报表图实现 open flash chart OFC
下一篇:mysql explain结果介绍
登录 注册