19.03.2019, 22:03
Yeah that works but its working for the nesting? Like in this
Because there is some code like that and idk if typing "news 1" will actually hit the second strcmp
PHP код:
if (strcmp(text, "news", true, 4))
{
if(strcmp(text,"1",true, 1) == 0)
{}
}