Y
Q. What will be the output of the following PHP code ?
<?php $num = 8; while (--$num > 0 || ++$num) { print $num; } ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What are the metacharacters in PHP Regular Expression?
Q. The child class inherits from _______
Q. What will be the output of the following PHP code ?
Q. ______ is used to unset a variable in PHP ?
Q. Which of the following built-in functions is used to sort an array in descending order?
Q. Which is the correct syntax of defining a default argument value in PHP?
Discusssion
Login to discuss.