R
Q. what is the output of below program?
<?php $a = 0; if($a = $a +1 ) { echo "Sun"; } else { echo "Moon"; } ?>
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 of the following built-in functions is used to sort the array in the natural order?
Q. <?php $a = 0; if($a = -1) { echo "Sun"; } else { echo "Moon"; } ?>
Q. What will be the output of the following PHP code ?
Q. Which of the below namespace declaration is correct?
Q. In comparison with associative arrays vector are often ________
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 is the difference between array_diff() and array_diff_assoc() functions?
Discusssion
Login to discuss.