MCQ
Single Best Answer
Not Set
QWhat will be the output of the following PHP code?
< ?php
echo lcfirst("welcome to India");
?>
ID: #2428
Functions in PHP MCQ
576 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: Option A
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