<<< Previous question <<< Question ID#0016.md >>> Next question >>>
John works as a Website Developer for PHPWEB Inc. He is using a Windows operating system and is also working on PHP engine 7.1. He develops the following script:
<?= date("M-d-Y", mktime(0, 0, 0, 12, 32, 1965));
What will be the output of the above PHP script?
- A) Jan-01-1966
- B) Date out of range error
- C) Jan-01-1964
- D) -1 and warning
Answer
Answer: A