Home »
MCQs »
PHP MCQs
Which function is used to convert hexadecimal values to the ASCII characters?
49. Which function is used to convert hexadecimal values to the ASCII characters?
- hex2bin()
- hex2str()
- hex2asc()
- hex_string()
Answer: A) hex2bin()
Explanation:
The hex2bin() function is used to convert hexadecimal values to the ASCII characters.