mb_strtolower UTF-8 ignores umlauts

后端 未结 0 1290
暖寄归人
暖寄归人 2021-01-30 20:52

I have changed this line:

$words = str_word_count(strtolower($removespecial),1);

to:

$words = str_word_count(mb_strtolower($remove         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题