S
Q. What will be the output of the following PHP code ?
<?php for ($v = 0; $v < 5; $v++) { for ($u = $v; $u > 0; $v--) print $v; } ?>
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. Which PHP function is used to sort an indexed array in descending order?
Q. Which PHP function is used to print (output) a formatted string?
Q. Which of the following is used to end a statement in PHP?
Q. Which of the looping statements is/are supported by PHP?
Q. Which of the following declaration invoke the exception class?
Q. Which PHP function is used to get the current Unix timestamp with microseconds?
Q. In PHP how to invoke a method?
Q. Which of the below symbols is a newline character?
Discusssion
Login to discuss.