/** * 中文字符串截取 * @param $str * @param int $start @起始位置 * @param $length @截取长度 * @param string $ending @结尾符 * @return string */ private static function stringSubstr($str, $start=0, $length, $ending=''){ //$str = html_entity_decode($str); //实体字符转为html $str = trim(strip_tags($str)); //去除html字符 $str = preg_replace("/\s| | /", "", $str); $mb_str = mb_substr($str, $start, $length, 'utf-8'); if($length < method::abslength($str)){ $output = $mb_str.$ending; }else{ $output = $mb_str; } return $output; } /** * 可以统计中文字符串长度的函数 * @param $str @要计算长度的字符串 * @return int @计算长度类型,0(默认)表示一个中文算一个字符,1表示一个中文算两个字符 */ private static function abslength($str){ if(empty($str)){ return 0; } if(function_exists('mb_strlen')){ return mb_strlen($str,'utf-8'); } else { preg_match_all("/./u", $str, $ar); return count($ar[0]); } }
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
How Long Does It Take To Beat Split Fiction?
4 weeks agoByDDD
R.E.P.O. Save File Location: Where Is It & How to Protect It?
4 weeks agoByDDD
Two Point Museum: All Exhibits And Where To Find Them
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download
The most popular open source editor

Dreamweaver Mac version
Visual web development tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 English version
Recommended: Win version, supports code prompts!
