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_timezone_set() datedefault_timezone_set() date_default_timezoneset() date_defaulttimezone_set() date_default_timezone_set() datedefault_timezone_set() date_default_timezoneset() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many methods does the DateTime class have? 9 10 8 11 9 10 8 11 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................Checks a date for numeric validity. verifydate checkdate check_date Verify_date verifydate checkdate check_date Verify_date 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 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 It would output nothing 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? totime(“+45”) totime(“+45 days”) strtotime(“+45 days”) strtotime(“-45 days”) totime(“+45”) totime(“+45 days”) strtotime(“+45 days”) strtotime(“-45 days”) ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The ......... function parses an English textual date or time into a Unix timestamp. str_to_time() stroftime() strtotime() strtodate() str_to_time() stroftime() strtotime() strtodate() ANSWER DOWNLOAD EXAMIANS APP