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 ().

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по PHP
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты