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

listAbbreviations() and listIdentifiers() are static methods.



Your comments will be displayed only after manual approval.