The comparision operators < <= > >= can be applied for strings as well. So why do we need special function for string comparision: strcmp ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Because there are several variations: Depending on the function, the answer to these questions vary:
Additionaly, the comparison operators also give |
|||||||||||
|
|
Although there are no overloads in PHP for strcmp, strcmp results in 3 different values
-1 for less than, 0 for equals and +1 for greater than the compared string. With |
|||||||||||
|
