PHP Date and Timestamp Which function displays the web page’s most recent modification date? get_last_mod() lastmod() getlastmod() last_mod() get_last_mod() lastmod() getlastmod() last_mod() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What will be the output of the following PHP code if date is 24/02/2008?$date = new DateTime();echo $date->format('l,F,js,Y') Sunday, 24th February 2008 Sunday, February 24th 2008 Sunday, 02 24 2008 Sunday, 24 02 2008 Sunday, 24th February 2008 Sunday, February 24th 2008 Sunday, 02 24 2008 Sunday, 24 02 2008 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The getdate() function returns An integer An array A string A floating-point number A Boolean An integer An array A string A floating-point number A Boolean ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What will be the output of the following PHP code?If say date is 22/06/2013.printf( date("t") ) JUNE 2013 22 30 JUNE 2013 22 30 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many methods does the DateTime class have? 9 11 10 8 9 11 10 8 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What will be the output of the following code?If say date is 22/06/2013.echo "Today is ".date("F d, Y") Today is 22-06-2013 Today is June 22, 2013 Today is 06-22-2013 Today is 22 June, 2013 Today is 22-06-2013 Today is June 22, 2013 Today is 06-22-2013 Today is 22 June, 2013 ANSWER DOWNLOAD EXAMIANS APP