Vidyalelo
PHP · Q43

Functions

Programming · PHP · question 43

Q43

What will be the output of the following PHP code?

A.
Hello World!
Answer
B.
welcome to india
C.
This is PHP!
D.
MCQ questons

Answer: Option A

Solution

Answer: Option A
Solution:
The hex2bin() function converts a string of hexadecimal values to ASCII characters.