substr () function Chinese version _php

Source: Internet
Author: User
Keywords Chinese version function Str substr if string end
Tags ord
SUBSTR


The substr () function Chinese version of the normal substr () function can get a string of a specified length substring, but encountered in Chinese can be garbled at the end of a new string, the following function will be more than $len length of the string converted to "..." end, and removed garbled.

Usage: $new = getsubstring ($old, 20);

function getsubstring ($STR, $len)
{
for ($i = 0; $i < $end; $i + +)
{
if ($i >=0 and $i < $end)
{
if (Ord (substr ($str, $i, 1)) > 0xa1)
$result _str.=substr ($str, $i, 2);
Else
$result _str.=substr ($str, $i, 1);
}
if (Ord (substr ($str, $i, 1)) > 0xa1)
$i + +;
}
if (strlen ($STR) <= $end)
return $result _str;
Else
return $result _str. " ...";
}

  • Related Article

    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.