📜  php代码示例中的字符串比较

📅  最后修改于: 2022-03-11 14:53:59.630000             🧑  作者: Mango

代码示例2
//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