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_defaulttimezone_set() date_default_timezoneset() datedefault_timezone_set() date_default_timezone_set() date_defaulttimezone_set() date_default_timezoneset() datedefault_timezone_set() date_default_timezone_set() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The getdate() function returns An integer An array A Boolean A string A floating-point number An integer An array A Boolean A string A floating-point number ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which method is simply an object-oriented version of date()? DateTime::modify() DateTime::setTime() DateTime::format() DateTime::setDate() DateTime::modify() DateTime::setTime() DateTime::format() DateTime::setDate() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What will be the output of the following PHP code?echo (checkdate(4,31,2010) ? 'Valid' : 'Invalid'); FALSE Invalid Valid TRUE FALSE Invalid Valid TRUE 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 the following script output?$time = strtotime ('2004/01/01');echo date ('H:i:s', $time); 00:i:00 12:00:00 12:i:00 0:00:00 00:i:00 12:00:00 12:i:00 0:00:00 ANSWER DOWNLOAD EXAMIANS APP