Question

In PHP, which function converts strings to lowercase before comparing them ?

A lower()
B toLowerCase()
C strcasecmp()
D lc()
Answer & Explanation
Option: [C]