Home / Programming MCQs / PHP MCQs / Question
S
Q. What will be the output of the following PHP code ?
<?php for ($g = 0; 0; $g++) { print"g"; } ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which of the following is the correct way to open the file "sample.txt" as readable?
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
Which PHP function is used to print (output) a formatted string?
To compress a string which PHP function is used?
What is the result of the following PHP code?
What is the value of $a and $b after the function call?
Which keyword is used to reference a property or a method in a class itself?
Which PHP function is used to add days, months, years, hours, minutes, and seconds to a date?
Discusssion
Login to discuss.