Home

What is the correct answer?

4

Which function displays the web pages most recent modification date?

A.

lastmod()

B.

getlastmod()

C.

last_mod()

D.

get_last_mod()

Correct Answer :

B.

getlastmod()


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

Related Questions

What will be the output of the following PHP code ? <?php $color1 =… Which of following variables can be assigned a value to it?i) $3helloii)… What will be the output of the following PHP code ? <?php $color =… What will be the output of the following PHP code ? <?php $color1 =… What will be the output of the following PHP code? <?php $cars = array(Volvo,… Say you want to calculate the date 45 days from the present date which… Which one of the following is the very first task executed by a session… What will be the output of the following PHP code ? <?php $color1 =… What is the default number of seconds that cached session pages are made… What will be the output of the following PHP code ? <?php $i = ;while… What will be the output of the following PHP code ? <?php define(__LINE__,… If the directive session.cookie_lifetime is set to 3600, the cookie will… What will be the output of the following PHP code ? <?php $i = 0;while… Which of the following PHP statements will output Hello World on the screen?i)… What will be the output of the following PHP code ? <?php $i = 5;while… What will be the output of the following PHP code ? <?php $color =… Which one of the following function is used to start a session? What will be the output of the following PHP code ? <?php $color1 =… What will be the output of the following PHP code ? <?php define(NEW_GOOD_NAME_CONSTANT,… What will be the output of the following PHP code ? <?php $i = 0;while(++$i… What will be the output of the following PHP code ? <?php class myObject… What will be the output of the following PHP code? <?php $a1 = array(red,… PHP files have a default file extension of.. What will be the output of the following PHP code ? <?php class Constants{… What will be the output of the following PHP code ? <?php $color1 =… To create an object and set the date to JUNE 22, 2013, which one of the… Neglecting to set which of the following cookie will result in the cookies… What will be the output of the following PHP code ? <?php /*echo Hello… What will be the output of the following PHP code? <?php echo (checkdate(4,31,2010)… What will be the output of the following PHP code ? <?php $i = 0;while…