Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to use of strtoupper() function in php.?

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 136
    Comment on it

    What is use of strtoupper() in php ?

    The strtoupper() function is used for converting a string to uppercase.

    Syntax of strtoupper() function:

    strtoupper(string)
    string is a compulsory parameter

    You can see below example of ucfirst() function in php.

    <?php
    //here call strtoupper() for cconverting string
    echo strtoupper("well  done");
    ?>  
    

    output will come of above example

    WELL DONE 

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: