php使用strlen()判断中文汉字字符串长度

php使用strlen()判断中文汉字字符串长度

 

对于含有中文情况,此时可以采用:

iconv_strlen($str,"UTF-8");

iconv_strlen 是无论是何种编码,均能计算准确字符个数。

 

 

 

aa

 

posted @ 2016-12-27 22:11  静之深  阅读(1215)  评论(0编辑  收藏  举报