php截取中文字符串

/** * 截取中文字符串 * @param $content 须要处理的内容 * @param $lengh 长度 * @return $text 返回的内容 */ public static function subText($content, $lengh = 100){ $content = htmlspecialchars_decode($content); $tex
相关文章
相关标签/搜索