Many of my friends have been worried about how to intercept Chinese and English strings in php (as the mainstream development language). I have been using this method. you may try it. Functionstr_cut (& #36; str_cut, & #36; length) & #123; & nbsp; if (strlen (& #36; str_cut) & gt; & #36; length) & #123; Many of my friends have been worried about how to intercept Chinese and English strings in php (as the mainstream development language). I have been using this method. you may try it.
Function str_cut ($ str_cut, $ length ){
If (strlen ($ str_cut)> $ length) {// process the title, too long ...... Indicates
For ($ I = 0; $ I <$ length; $ I ++ ){
If (ord ($ str_cut [$ I])> 128) $ I ++;
}
$ Str_cut = substr ($ str_cut, 0, $ I );
}
Return $ str_cut;
}
$ Content = "the jhkjlk workshop of Shujia fggfh Industrial Street handles big; l hard work fdfd National igkdjgkfd .............................. ";
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service