int strcasecmp ( string str1, string str2 ) is a case-insensitive version of the strcmp( ) .
<? $result = strcasecmp("Hello", "hello"); ?>