Related resources for Strcmp and Strcasecmp
  • Strcmp and Strcasecmp Function in PHP2/1/2013 2:37:12 PM. I am describing two string functions in PHP; the functions are "strcmp()" which is case sensitive and "strcasecmp()" which is case insensitive.