Q18
Among the four PHP DateTimeZone classes given below how many are nonstatic? 1. _construct() 2. getName() 3. getOffset() 4. getTransitions()
A.
1
B.
2
C.
3
D.
4
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
All of the given methods are non static.