<<< Previous question <<< Question ID#0188.md >>> Next question >>>
Consider the following script:
echo strtotime("january 1, 1901");
What will be the output of the above PHP script if older versions of glibc are present in the operating system?
- A) False
- B) 1435
- C) True
- D) 0
Answer
Answer: A