PHP MCQ Functions in PHP MCQ Question #2428
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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A welcome to India
  • B welcome to india
  • C Welcome to India
  • D Welcome to india
Correct Answer: Option A

Explanation

The lcfirst() function converts the first character of a string to lowercase.

Share This Question

Challenge a friend or share with your study group.