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

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 150
    Comment on it

    What is use of strtolower() in php ?

    The strtolower() function is used for converting a string to lowercase.

    Syntax of strtolower() function:

    strtolower(string)
    string is a compulsory parameter

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

    <?php
    //here call strtolower() for cconverting string
    echo strtolower("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: