Vidyalelo
PHP · Q18

Date And Timestamp

Programming · PHP · question 18

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
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
All of the given methods are non static.