Zend
200-530 · Question #449
Which of the following functions can be used to compare two strings using a case-insensitive binary algorithm?
The correct answer is C. strcasecmp(). See the full explanation below for the reasoning.
Question
Which of the following functions can be used to compare two strings using a case-insensitive binary algorithm?
Options
- Astrstr()
- Bsubstr()
- Cstrcasecmp()
- Dstrcmp()
How the community answered
(58 responses)- A16% (9)
- B2% (1)
- C76% (44)
- D7% (4)
Community Discussion
No community discussion yet for this question.