Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

  2. A.

     lastmod()

    B.

     getlastmod()

    C.

     last_mod()

    D.

     get_last_mod()

    View Answer

    Workspace

    Answer : Option B

    Explanation :

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


Be The First To Comment