Which one of the following functions will convert a string to all uppercase?
A
strtoupper()
B
uppercase()
C
str_uppercase()
D
struppercase()
Correct Answer: strtoupper()
Its prototype follows string strtoupper(string str).