M
Q. What will be the output of the following PHP code ?
<?php $m = 10; $n = 11; $s = 12; print !(($m + $s) < ($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. A sequence of characters that is processed as a unit is called _____
Q. Assume we have the class Person. Which is the correct way to call a class constant ?
Q. If your object must inherit behavior from a number of sources you must use a/an
Q. Which statement is faster echo or print?
Q. What will be the output of the following PHP code ?
Q. Which PHP function is used to get the length of the string?
Q. Which of the following function in PHP can be used to test the type of any variable?
Q. What will be the output of the following PHP code ?
Discusssion
Login to discuss.