PHP Date and Timestamp Which one of the following function is useful for producing a timestamp based on a given date and time. mktime() mrtime() mtime() time() mktime() mrtime() mtime() time() 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_timezone_set() date_default_timezoneset() datedefault_timezone_set() date_defaulttimezone_set() date_default_timezone_set() date_default_timezoneset() datedefault_timezone_set() date_defaulttimezone_set() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What will be the output of the following PHP code if date is 24/02/2008?$date = new DateTime();echo $date->format('l,F,js,Y') Sunday, 02 24 2008 Sunday, February 24th 2008 Sunday, 24 02 2008 Sunday, 24th February 2008 Sunday, 02 24 2008 Sunday, February 24th 2008 Sunday, 24 02 2008 Sunday, 24th February 2008 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which function displays the web page’s most recent modification date? getlastmod() last_mod() get_last_mod() lastmod() getlastmod() last_mod() get_last_mod() lastmod() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Among the four PHP DateTimeZone classes given below how many are static?1. listAbbreviations()2. getName()3. getOffset()4. listIdentifiers() 4 2 3 1 4 2 3 1 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? getOffset() savingTime() ISODate() getTranitions() getOffset() savingTime() ISODate() getTranitions() ANSWER DOWNLOAD EXAMIANS APP