Vidyalelo
PHP · Q46

Functions

Programming · PHP · question 46

Q46

What will be the output of the following PHP code?

A.
Hilla Warld
B.
Hello World
Answer
C.
ia
D.
eo

Answer: Option B

Solution

Answer: Option B
Solution:
The strtr() function translates certain characters in a string.