PHP Date and Timestamp What will be the output of the following PHP code?If say date is 22/06/2013.printf( date("t") ) 22 30 2013 JUNE 22 30 2013 JUNE ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following format parameter can be used to identify timezone? E T I N E T I N ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The getdate() function returns A string A Boolean An integer A floating-point number An array A string A Boolean An integer A floating-point number An array 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'); Valid Invalid TRUE FALSE Valid Invalid TRUE FALSE 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_defaulttimezone_set() datedefault_timezone_set() date_default_timezoneset() date_default_timezone_set() date_defaulttimezone_set() datedefault_timezone_set() date_default_timezoneset() 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() 3 1 2 4 3 1 2 4 ANSWER DOWNLOAD EXAMIANS APP