Skip to content

Latest commit

History

History
16 lines (13 loc) 路 387 Bytes

File metadata and controls

16 lines (13 loc) 路 387 Bytes

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