Universeorange.com/Docs/
{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, and0
if they are equal.
https://www.php.net/manual/en/function.strcasecmp.php
Last modified: 2021-06-07
© 2021 universeorange.com