国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 建站經驗 > 正文

php多語言截取字符串函數

2024-04-25 20:35:44
字體:
來源:轉載
供稿:網友

function msubstr($str, $start = 0, $length, $lenth2, $suffix = true) {

//$length 中文截取長度,$lenth2英文截取長度 $suffix 是否省略號

$charset = 'utf-8';

if (LANG_SET != 'zh') {

$length = $lenth2;

}

$str = preg_replace("/(/<[^/<]*/>|/r|/n|/s|/[.+?/])/is", ' ', $str);

if (function_exists("mb_substr"))

$slice = mb_substr($str, $start, $length, $charset);

elseif (function_exists('iconv_substr')) {

$slice = iconv_substr($str, $start, $length, $charset);

if (false === $slice) {

$slice = '';

}

} else {

$re['utf-8'] = "/[/x01-/x7f]|[/xc2-/xdf][/x80-/xbf]|[/xe0-/xef][/x80-/xbf]{2}|[/xf0-/xff][/x80-/xbf]{3}/";

$re['gb2312'] = "/[/x01-/x7f]|[/xb0-/xf7][/xa0-/xfe]/";

$re['gbk'] = "/[/x01-/x7f]|[/x81-/xfe][/x40-/xfe]/";

$re['big5'] = "/[/x01-/x7f]|[/x81-/xfe]([/x40-/x7e]|/xa1-/xfe])/";

preg_match_all($re[$charset], $str, $match);

$slice = join("", array_slice($match[0], $start, $length));

}

$fix = '';

if (LANG_SET == 'zh') {

$slice = str_replace(' ', '', $slice);

if (strlen($slice) > $length) {

$fix = '...';

}

} else {

if (strlen($str) > $lenth2) {

$fix = '...';

}

}

return $suffix ? $slice . $fix : $slice;

}

 

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 永康市| 新密市| 霍州市| 平昌县| 全椒县| 青川县| 嘉鱼县| 呼玛县| 准格尔旗| 务川| 道孚县| 江阴市| 尉犁县| 遂昌县| 钟祥市| 景东| 额济纳旗| 三穗县| 辽阳市| 武平县| 东明县| 吴川市| 松原市| 尤溪县| 青阳县| 永修县| 渝北区| 潼南县| 永兴县| 锡林浩特市| 法库县| 常山县| 铜梁县| 韩城市| 柳河县| 米易县| 宕昌县| 富平县| 揭阳市| 普格县| 宜宾县|