String comparison using strcmp() PHP function
This tool compares two given strings and returns output by using strcmp() PHP function. All characters are taken into consideration, see definition below if you’re not sure about inputs and possible outputs.
strcmp is a binsary safe PHP function that compares two strings (string1 and string2) and returns 0 if strings are equal, <0 if string1 is less than string2, >0 if string1 is greater than string2.





