Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Which one of the following functions will convert a string to all uppercase?

  2. A.

     strtoupper()

    B.

     uppercase()

    C.

     str_uppercase()

    D.

     struppercase()

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Its prototype follows string strtoupper(string str).


Be The First To Comment