Universeorange.com/Docs/

R3m/framework Function reference string.compare

{string.compare(String $string1, String $string2)}

Binary safe string comparison.

Note that this comparison is case-sensitive.

Returns an integer < 0 if string1 is less than string2; > 0 if string1 is greater than string2, and 0 if they are equal.

More information:

https://www.php.net/manual/en/function.strcmp.php

Last modified: 2021-06-07

© 2021 universeorange.com