Vidyalelo
PHP · Q20

Functions

Programming · PHP · question 20

Q20

What will be the output of the following PHP code?

A.
welcome to India
Answer
B.
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.