Q. Which PHP function converts a string to lowercase?
β
Correct Answer: (C)
strtolower()
Explanation: strtolower() converts a string to lowercase.