Home » PHP » PHP Date/Time » Question
  1. Which function displays the web page’s most recent modification date?
    1. get_last_mod()
    2. last_mod()
    3. lastmod()
    4. getlastmod()
    5. None of these
Correct Option: D

The getlastmod() function returns the value of the page’s Last Modified header or FALSE in the case of an error.



Your comments will be displayed only after manual approval.