Zend
200-530 · Question #453
Consider the following script: <?php echo date("M-d-Y", mktime(0, 0, 0, 12, 32, 1995)); ?> Zend 200-530 Exam What will be the output of the above script?
The correct answer is C. Jan-01-1996. See the full explanation below for the reasoning.
Question
Consider the following script: <?php echo date("M-d-Y", mktime(0, 0, 0, 12, 32, 1995)); ?> Zend 200-530 Exam What will be the output of the above script?
Options
- ADate out of range error
- BJan-01-1995
- CJan-01-1996
- DFatal error
How the community answered
(50 responses)- A4% (2)
- B8% (4)
- C84% (42)
- D4% (2)
Community Discussion
No community discussion yet for this question.