Question:Comparing two strings case insensitively, which of the following function is used?
A strCompare($str1,$str2) B strcasecmp($str1,$str2) C compare($str1,$str2) D None
+ AnswerB
+ Report