lcfirst(): first char to lower case
lcfirst( $input_string)
Parameter | DESCRIPTION |
$input_string | Required : Input string |
Output is the string with first char in lower case.
Let us try some examples
$str="Welcome to Plus2net.com";
echo lcfirst($str);
Output is here
welcome to plus2net.com
DEMO
← Subscribe to our YouTube Channel here
This article is written by plus2net.com team.
https://www.plus2net.com
plus2net.com
|