Home »
MCQs »
PHP MCQs
Which function is used to convert the ASCII value to the character?
47. Which function is used to convert the ASCII value to the character?
- asc()
- str()
- char()
- chr()
Answer: D) chr()
Explanation:
The chr() function is used to convert the given ASCII value to the character.