Mega Code Archive

 
Categories / Php / Strings
 

Int strcasecmp ( string str1, string str2 ) is a case-insensitive version of the strcmp( )

<?     $result = strcasecmp("Hello", "hello"); ?>