R
Q. What will be the output of the following PHP code?
<?php echo (round(0.49) . "," . round(0.50) . "," . round(0.51)); ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. Type Hinting was introduced in which version of PHP?
Q. What will be the output of the following PHP code?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Which is not a valid variable name in PHP?
Q. How many variable scopes are there in PHP?
Q. Which is/are true for an abstract class?
Discusssion
Login to discuss.