Universeorange.com/Docs/

R3m/framework Function reference string.compare.case.insensitive

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

Binary safe case-insensitive string comparison.

Note that this comparison is case-insensitive.

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.strcasecmp.php

Last modified: 2021-06-07

© 2021 universeorange.com