📅  最后修改于: 2022-03-11 14:54:43.136000             🧑  作者: Mango
//In php to compare two string we can use strcmp() function
Syntax
strcmp(string1,string2);
//If both string is same then it will return 0