PHP Date and Timestamp The getdate() function returns An array A Boolean An integer A string A floating-point number An array A Boolean An integer A string A floating-point number 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? None of these It depends on the number of hours between the local time zone and GMT The two will never match The two will only match if the local time zone is GMT There is no difference None of these It depends on the number of hours between the local time zone and GMT The two will never match The two will only match if the local time zone is GMT There is no difference ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many constants does the DateTime class have? 9 10 11 8 9 10 11 8 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which method enables you to calculate whether daylight saving time is in force at a specific date and time? getTranitions() ISODate() savingTime() getOffset() getTranitions() ISODate() savingTime() getOffset() 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_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 Which method is simply an object-oriented version of date()? DateTime::format() DateTime::setTime() DateTime::setDate() DateTime::modify() DateTime::format() DateTime::setTime() DateTime::setDate() DateTime::modify() ANSWER DOWNLOAD EXAMIANS APP