J
Q. What will be the output of the following PHP code ?
<?php $num = 5; if ($num = $num&0) print $num ; else print "Else statement executed..."; ?>
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 determine whether a class exists?
Q. Which is not a valid PHP superglobal variable?
Q. What will be the output of the following PHP code ?
Q. what is the output of below program?
Q. Which is/are the function(s) to check if the type of a variable is float?
Q. Which statement will output $lfc on the screen?
Q. What will be the output of the following PHP code ?
Q. Which of the following is used for concatenation in PHP?
Q. Which of the following is the correct use of the strcmp() function in PHP?
Discusssion
Login to discuss.