Which One Of The Following Functions Will Convert A String To #154
Which one of the following functions will convert a string to all uppercase?
This multiple choice question (MCQ) is related to the book/course
gs gs107 PHP: Hypertext Preprocessor.
It can also be found in
gs gs107 Strings and Regular Expressions - PHP Strings & Regular Expressions - Quiz No.2.
Which one of the following functions will convert a string to all uppercase?
strtoupper()
uppercase()
str_uppercase()
struppercase()