<<< Previous question <<< Question ID#0206.md >>> Next question >>>
What will be the output of the following PHP code snippet? echo strtotime("24:00");
- A) something like: 1357862400
- B) True
- C) False
- D) Script will return an error message.
Answer
Answer: A