J
Q. What will be the output of the following PHP code ?
<?php $p = 20; if ($p = $p&0) print $p ; else print "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 regular expression matches any string containing 0 or 1 P?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code?
Q. What is the result of the following PHP code?
Q. What is the difference between array_diff() and array_diff_assoc() functions?
Q. What will be the output of the following PHP code ?
Q. Why using Exception Handling in PHP?
Discusssion
Login to discuss.