Single Choice
Not Set
QWhat will be the output of the following PHP code?
< ?php
echo lcfirst("welcome to India");
?>
ID: #2428
Functions in PHP MCQ
595 views
Question Info
#2428Q ID
Not SetDifficulty
Functions in PHP MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The lcfirst() function converts the first character of a string to lowercase.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic