Some examples of PHP functions that contain this description are strcmp () and strcasecmp (), how do they work internally? How does this binary comparison work? I have not been able to understand why these functions return -1, 0 and 1 (or <0, 0 and >0)
Thanks in advance