PHP Date and Timestamp The getdate() function returns A floating-point number A Boolean An integer A string An array A floating-point number A Boolean An integer A string An array ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which function displays the web page’s most recent modification date? lastmod() last_mod() getlastmod() get_last_mod() lastmod() last_mod() getlastmod() get_last_mod() 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 2013 22 30 JUNE 2013 22 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The ......... function parses an English textual date or time into a Unix timestamp. strtotime() strtodate() stroftime() str_to_time() strtotime() strtodate() stroftime() str_to_time() 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 2 1 4 3 2 1 4 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following format parameter can be used to identify timezone? N E T I N E T I ANSWER DOWNLOAD EXAMIANS APP