Q. Which PHP function converts a string to uppercase?
β
Correct Answer: (B)
strtoupper()
Explanation: strtoupper() converts a string to uppercase.