PHP Date and Timestamp ................ Formats a local time or date according to locale settings. strftime strgtime strhtime stritime strftime strgtime strhtime stritime 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 Valid TRUE Invalid FALSE Valid TRUE Invalid ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which function displays the web page’s most recent modification date? get_last_mod() last_mod() lastmod() getlastmod() get_last_mod() last_mod() lastmod() getlastmod() 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() datedefault_timezone_set() date_default_timezone_set() date_default_timezoneset() date_defaulttimezone_set() datedefault_timezone_set() date_default_timezone_set() date_default_timezoneset() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What will be the output of the following PHP code?If say date is 22/06/2013.printf( date("t") ) JUNE 22 2013 30 JUNE 22 2013 30 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many constants does the DateTime class have? 9 10 8 11 9 10 8 11 ANSWER DOWNLOAD EXAMIANS APP