Home  >  Article  >  php教程  >  微博文字数量统计

微博文字数量统计

PHP中文网
PHP中文网Original
2016-05-25 17:11:261303browse

跳至

function weibolength($str)
    {
        return number_format(strlen(iconv('utf-8','gbk',$str))/2);
    }

                   

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
Previous article:获取豆瓣FM加心歌曲Next article:文件上传 函数