S
Q. What will be the output of the following PHP code ?
<?php for ($g = 0; $g % ++$g; $g++) { print"g"; } ?>
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 is the output of below program?
Q. Some PHP code might not have a namespace and therefore lives in the . . . . . . namespace.
Q. What will be the output of the following PHP code?
Q. Which PHP function is used to check if a specified value exists in an array?
Q. what is the output of below program?
Q. ___ is an array with more than two dimensions.
Discusssion
Login to discuss.