R
Q. what is the output of below program?
<?php $a = 0; if($a) { 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. A member function usually access to members of the _______ object only
Q. POSIX stands for _________________?
Q. A sequence of characters that is processed as a unit is called _____
Q. What will be the output of the following PHP code ?
Q. Which of the following is used for concatenation in PHP?
Q. What will be the output of the following PHP code?
Q. Which kind of string can treats special characters inside quotes?
Discusssion
Login to discuss.