PHP Date and Timestamp Which function displays the web page’s most recent modification date? last_mod() getlastmod() get_last_mod() lastmod() last_mod() getlastmod() get_last_mod() lastmod() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The date() function returns ___ representation of the current date and/or time. Boolean Float Integer String Boolean Float Integer String ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The ......... function parses an English textual date or time into a Unix timestamp. strtodate() stroftime() str_to_time() strtotime() strtodate() stroftime() str_to_time() strtotime() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Among the four PHP DateTimeZone classes given below how many are static?1. listAbbreviations()2. getName()3. getOffset()4. listIdentifiers() 3 4 2 1 3 4 2 1 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The getdate() function returns A Boolean An array A floating-point number A string An integer A Boolean An array A floating-point number A string An integer 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") ) 30 JUNE 22 2013 30 JUNE 22 2013 ANSWER DOWNLOAD EXAMIANS APP