Answer Posted / shravya
for($i = 2000; $i < 2011; $i++) {
echo "<br>".$i, ': ', (date('L', strtotime("$i-01-
01")) ? 'Yes' : 'No'), '<br/>';
}
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain what are psrs? Choose 1 and briefly describe it?
What is session php?
How to get the http request in php?
What is mvc in php?
Tell me how the result set of mysql be handled in php?
What is array filter in php?
Tell me how can we determine whether a variable is set?
Explain soundex() and metaphone().
What is var_dump function in php?
What is the difference between rest and soap?
Where is my php ini file?
What is "echo" in php?
Why session is required?
Is php class name case sensitive?
What is php destruct?