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