Vidyalelo
PHP · Q42

Functions

Programming · PHP · question 42

Q42

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.