Consider following code snippet:
$numeric = 42;
$type = gettype(gettype($numeric + 0.0));
echo $type;
What will be the output?
Explanation
The correct answer string, because the inner function returns a string that will be passed as a parameter to the first function gettype ().

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Keep exploring
PHP quizzes
Cosmo
Sign Up Now
or Subscribe for future quizzes