Maison >développement back-end >tutoriel php >PHP utf-8中文截取无乱码(字符串判断版本)
/*E4 B8 AD E5 9B BD 中国 1110 0100 10111000 10101101 1110 0101 1001101110111101 61 a 0011 1101 0xxx xxxx ,1个字节 110xx xxxx , 2个字节 1110 xxxx, 3 1111 0xxxx 4... */<pre name="code" class="php">$str = '中华人aaa民共b和国,c万岁'; function utf8sub($str,$len){ if($len '; if(strlen($heigh)<br><pre class="brush:php;toolbar:false">
以上就介绍了PHP utf-8中文截取无乱码(字符串判断版本),包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。