国产精品久久综合亚洲AV,刺激的乱亲小说43部分阅读 ,WWW夜插内射视频网站,护士做爰乱高潮全过程

中山php|最優(yōu)網絡中山做網站 中山php建站

最優(yōu)良人

2012/06/07 at 17:40

php字符串截取函數,自動清除網頁標簽

/**
* 字符串截取函數 自動清除網頁標簽
**/
Function str_cut($string, $length = 80, $etc = '...', $code = 'UTF-8')
{
$string = strip_tags(preg_replace('!\s+!', $string, ' '));
if ($length == 0)
return '';
if ($code == 'UTF-8') {
$pa = "/[\x01-\x7f]|[\xc2-\xdf][\x80-\xbf]|\xe0[\xa0-\xbf][\x80-\xbf]|[\xe1-\xef][\x80-\xbf][\x80-\xbf]|\xf0[\x90-\xbf][\x80-\xbf][\x80-\xbf]|[\xf1-\xf7][\x80-\xbf][\x80-\xbf][\x80-\xbf]/";
}
else {
$pa = "/[\x01-\x7f]|[\xa1-\xff][\xa1-\xff]/";
}
preg_match_all($pa, $string, $t_string);
if (count($t_string[0]) > $length)
return join('', array_slice($t_string[0], 0, $length)) . $etc;
return join('', array_slice($t_string[0], 0, $length));
}

標簽:
-
中方县| 鲜城| 同心县| 乌海市| 惠来县| 淳化县| 建湖县| 丽江市| 佛坪县| 教育| 灵石县| 武安市| 土默特右旗| 昆山市| 威宁| 冷水江市| 望城县| 濮阳县| 敦化市| 玉门市| 崇阳县| 饶河县| 马尔康县| 二连浩特市| 弥渡县| 汶上县| 榆林市| 阿巴嘎旗| 益阳市| 略阳县| 都安| 文水县| 婺源县| 霞浦县| 阳西县| 西畴县| 商南县| 永寿县| 眉山市| 亳州市| 浦江县|