M
Q. What will be the output of the following PHP code ?
<?php $m = 10; $n = 11; $s = 12; print !(( + + $m + $n) > ($n - $s)); ?>
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. Which of the following is used to display the output in PHP?
Q. What is the use of PHP lcg_value() function?
Q. Which statement will output $x on the screen?
Q. What will be the output of the following PHP code ?
Q. What is the complete syntax of join() function in PHP?
Q. The child class inherits from _______
Q. What will be the output of the following PHP code?
Q. Which is the correct way to call a method?
Q. PHP frameworks typically follow the--------design pattern.
Discusssion
Login to discuss.