Question:How to convert a string to Uppercase?
A Stringtolower($str) B tolower($str) C strtoupper($str) D lower($str)
+ AnswerC
+ Report