How php intercepts Chinese and English strings

Source: Internet
Author: User
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 .............................. ";

$ Content = str_cut ($ content, $ length = "25 ");

Echo $ content;

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.