PHP Date and Timestamp Which function displays the web page’s most recent modification date? lastmod() get_last_mod() getlastmod() last_mod() lastmod() get_last_mod() getlastmod() last_mod() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp You must make a call to ................... to specify what time zone you want calculations to take place in before calling any date functions. date_default_timezoneset() datedefault_timezone_set() date_default_timezone_set() date_defaulttimezone_set() date_default_timezoneset() datedefault_timezone_set() date_default_timezone_set() date_defaulttimezone_set() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following format parameter can be used to identify timezone? I T E N I T E N 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”) strtotime(“-45 days”) totime(“+45 days”) totime(“+45”) strtotime(“+45 days”) strtotime(“-45 days”) totime(“+45 days”) totime(“+45”) ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What is the difference, in seconds, between the current timestamp in the GMT time zone and the current timestamp in your local time zone? The two will never match It depends on the number of hours between the local time zone and GMT The two will only match if the local time zone is GMT There is no difference None of these The two will never match It depends on the number of hours between the local time zone and GMT The two will only match if the local time zone is GMT There is no difference None of these ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The ......... function parses an English textual date or time into a Unix timestamp. stroftime() strtodate() str_to_time() strtotime() stroftime() strtodate() str_to_time() strtotime() ANSWER DOWNLOAD EXAMIANS APP