R
Q. what is the output of below program?
<?php $a = 0; if($a > 1 ); { echo "Sun"; } 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 version of PHP introduced Try/catch Exception?
Q. PHP’s numerically indexed array can be started with which of the following position?
Q. What will be the output of the following PHP code ?
Q. Which is the correct PHP statement to print the current date in DD-MON-YYY format?
Q. POSIX style regular expressions was deprecated in which version of PHP?
Q. Which function is used for testing the type of PHP variable?
Q. What will be the output of the following PHP code ?
Q. In PHP the right way to call a class constant, given that the class is mathFunction?
Discusssion
Login to discuss.