R
Q. What will be the output of the following PHP code?
<?php function Increment(){ static $num = 0; echo "$num"; $num++; } Increment(); Increment(); Increment(); ?>
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 is/are statement(s) true about PHP?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code?
Q. Which version of php introduced try/catch exception?
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 will be the output of the following PHP code ?
Discusssion
Login to discuss.