PHP Date and Timestamp Which function displays the web page’s most recent modification date? last_mod() get_last_mod() lastmod() getlastmod() last_mod() get_last_mod() lastmod() getlastmod() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What would happen if the following script were run on a Windows server set to Moscow, Russia’s time zone?echo gmmktime(0, 0, 0, 1, 1, 1970); It would output nothing It would output the number 1 It would output the number 0 It would output the number -1 It would output nothing It would output the number 1 It would output the number 0 It would output the number -1 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Say you want to calculate the date 45 days from the present date which one of the following statement will you use? strtotime(“-45 days”) totime(“+45 days”) strtotime(“+45 days”) totime(“+45”) strtotime(“-45 days”) totime(“+45 days”) strtotime(“+45 days”) totime(“+45”) 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
PHP Date and Timestamp ................Checks a date for numeric validity. checkdate check_date Verify_date verifydate checkdate check_date Verify_date verifydate ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following function is useful for producing a timestamp based on a given date and time. mtime() mktime() mrtime() time() mtime() mktime() mrtime() time() ANSWER DOWNLOAD EXAMIANS APP