php使用strlen()判断中文汉字字符串长度
Posted 静之深
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php使用strlen()判断中文汉字字符串长度相关的知识,希望对你有一定的参考价值。
php使用strlen()判断中文汉字字符串长度
对于含有中文情况,此时可以采用:
iconv_strlen($str,"UTF-8"); iconv_strlen 是无论是何种编码,均能计算准确字符个数。
aa
以上是关于php使用strlen()判断中文汉字字符串长度的主要内容,如果未能解决你的问题,请参考以下文章
php--------使用 isset()判断字符串长度速度比strlen()更快