strcasecmp() - string
Binary safe case-insensitive string comparison.
Parameters :
str1 - The first string str2 - The second string
Syntax
int strcasecmp
( string $str1
, string $str2
)
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference