Y
Q. What will be the output of the following PHP code ?
<?php $n = ""; while ($n = 20) { print "Yami"; } print "Thakur"; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. Which PHP constant returns the size of an integer in bytes?
Q. What is the result of the following PHP code?
Q. The child class inherits from _____
Q. In the following PHP program, what is/are the properties?
Q. What is the use of PHP mt_rand() function?
Q. What will be the output of the following PHP code?
Q. Which PHP keyword is used to access a global variable inside the function?
Discusssion
Login to discuss.