首页 > 代码库 > php使用strlen()判断中文汉字字符串长度

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

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

 

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

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

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

 

 

 

aa

 

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