Single Choice
Not Set
QWhat will be the output of the following PHP code?
< ?php
echo "chr(52)";
?>
ID: #2424
Functions in PHP MCQ
680 views
Question Info
#2424Q ID
Not SetDifficulty
Functions in PHP MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The chr() function returns a character from the specified ASCII value. Since the ASCII value of 4 is 52, thus 4 was displayed.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic