A
Q. What will be the output of the following PHP code?
Code:
<?php
echo var_dump(is_nan(10));
?>
echo var_dump(is_nan(10));
?>
- Correct Answer - Option(A)
- Views: 14
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.