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 JUNE 2013 30 22 JUNE 2013 30 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. time() mrtime() mktime() mtime() time() mrtime() mktime() mtime() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The date() function returns ___ representation of the current date and/or time. Boolean Integer Float String Boolean Integer Float String ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many constants does the DateTime class have? 11 9 10 8 11 9 10 8 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following format parameter can be used to identify timezone? N I E T N I E T ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp .......... Returns the time of sunrise for a given day / location. date_sunrise() datesunrise() date-sunrise() date.sunrise() date_sunrise() datesunrise() date-sunrise() date.sunrise() ANSWER DOWNLOAD EXAMIANS APP