J
Q. What will be the output of the following PHP code ?
<?php $t = 0; while($t < 5) { $t++; print "Ajit "; } ?>
The while loop ends only when condition will false.
You must be Logged in to update hint/solution
Q. What is the result 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. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Which of the following scopes is not available in PHP?
Q. Which of the following function is used to unset a variable in PHP?
Q. What will be the output of the following PHP code ?
Q. Which of the functions is used to sort an array in descending order?
Discusssion
Login to discuss.