Home » PHP » PHP Strings » Question
  1. Which one of the following functions will convert a string to all uppercase?
    1. struppercase()
    2. str_uppercase()
    3. uppercase()
    4. strtoupper()
    5. None of these
Correct Option: D

Its prototype follows string strtoupper(string str).



Your comments will be displayed only after manual approval.