PHP Date and Timestamp The date() function returns ___ representation of the current date and/or time. Integer Boolean Float String Integer Boolean Float String ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following function is useful for producing a timestamp based on a given date and time. mktime() mtime() time() mrtime() mktime() mtime() time() mrtime() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Among the four PHP DateTimeZone classes given below how many are nonstatic?1. _construct()2. getName()3. getOffset()4. getTransitions() 2 4 1 3 2 4 1 3 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 2013 30 22 JUNE 2013 30 22 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 Invalid TRUE FALSE Valid Invalid TRUE 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() datedefault_timezone_set() date_defaulttimezone_set() date_default_timezoneset() date_default_timezone_set() datedefault_timezone_set() date_defaulttimezone_set() date_default_timezoneset() ANSWER DOWNLOAD EXAMIANS APP