Home » PHP » PHP Date/Time » Question
  1. Among the four PHP DateTimeZone classes given below how many are non static?
    1. getName()
    2. getOffset()
    3. getTransitions()
    4. _construct()
    5. None of these
Correct Option: C

All of the given methods are non static.



Your comments will be displayed only after manual approval.