There are lines, for example, "Fur" and "Fur".

If I check the data lines with mb_stripos (I also write mb_internal_encoding("UTF-8") ), I get false. If you put a space ("Fur") in front of the word to be checked, it returns true.

How to make the space is not needed? It’s simple, in my opinion, to insert a space in front of the line - this is a crutch of some kind.

  • one
    Oh Christmas tree, it dawned on me. After all, I just checked if (mb_stripos (...)), but I had to! == false. Thank you - MrGaliev
  • @MrGaliev You figured out with Gearman ? - romeo
  • No, temporarily scored on it. As long as the loads are small, I will use the fastcgi finish request. - MrGaliev

1 answer 1

@MrGaliev What is the problem? Example