Q20
What will be the output of the following PHP code?
A.
welcome to India
AnswerB.
welcome to india
C.
Welcome to India
D.
Welcome to india
Answer: Option A
Solution
Answer: Option A
Solution:
The lcfirst() function converts the first character of a string to lowercase.