T
Q. In PHP which of the following magic method is used for implementing overloading?
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 will be the output of the following PHP code?
Q. What will be the output of the following PHP code ?
Q. <?php $a = 0; if($a = -1) { echo "Sun"; } else { echo "Moon"; } ?>
Q. What will be the output of the following PHP code ?
Q. there are__________ methods available for the exception class?
Q. What will be the output of the following PHP code ?
Q. Which of the following is used to display the output in PHP?
Q. Which PHP function is used to sort multi-dimensional arrays?
Discusssion
Login to discuss.