Vidyalelo
PHP · Q7

Date And Timestamp

Programming · PHP · question 7

Q7

Which function displays the web page’s most recent modification date?

A.
lastmod()
B.
getlastmod()
Answer
C.
last_mod()
D.
get_last_mod()

Answer: Option B

Solution

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