Examveda
Examveda

What will be the output of the following PHP code?
<?php
    echo hex2bin("48656c6c6f20576f726c6421");
?>

A. Hello World!

B. welcome to india

C. This is PHP!

D. MCQ questons

Answer: Option A

Solution(By Examveda Team)

The hex2bin() function converts a string of hexadecimal values to ASCII characters.

This Question Belongs to PHP >> Functions

Join The Discussion

Related Questions on Functions