12.11.2018, 21:05
Bump passado 1 hora para saber como usar o strcmp?
strcmp
Description:
Compares two strings to see if they are the same.
Parameters:
(const string1[], const string2[], bool:ignorecase=false, length=cellmax)
Para a prуxima tente pelo menos pesquisar no ****** antes de postar.
strcmp
Description:
Compares two strings to see if they are the same.
Parameters:
(const string1[], const string2[], bool:ignorecase=false, length=cellmax)
PHP код:
new string1[] = "Hello World";
new string2[] = "Hello World";
// Check if the strings are the same
if(!strcmp(string1, string2))