PHP - Variables and Data Types
What will be the output of this PHP code?
$value = 1.23456789;
echo round($value, 4);
$value = 1.23456789;
echo round($value, 4);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions