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