?
What will be the output of the following PHP code?
What will be the output of the following PHP code?
<?php
echo hex2bin("48656c6c6f20576f726c6421");
?>
<?php
echo hex2bin("48656c6c6f20576f726c6421");
?>
Answer & Solution
Correct Answer:
Option
A
The hex2bin() function converts a string of hexadecimal values to ASCII characters.
Join the Discussion
Login to post a comment or share your explanation.
Login