php截取中文字符串

/** * 截取中文字符串 * @param $content 須要處理的內容 * @param $lengh 長度 * @return $text 返回的內容 */ public static function subText($content, $lengh = 100){ $content = htmlspecialchars_decode($content); $tex
相關文章
相關標籤/搜索