PHP Date and Timestamp The getdate() function returns A Boolean A floating-point number A string An array An integer A Boolean A floating-point number A string An array An integer 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 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 .......... Returns the time of sunrise for a given day / location. datesunrise() date.sunrise() date-sunrise() date_sunrise() datesunrise() date.sunrise() date-sunrise() date_sunrise() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Say you want to calculate the date 45 days from the present date which one of the following statement will you use? strtotime(“-45 days”) strtotime(“+45 days”) totime(“+45”) totime(“+45 days”) strtotime(“-45 days”) strtotime(“+45 days”) totime(“+45”) totime(“+45 days”) ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which method is simply an object-oriented version of date()? DateTime::setDate() DateTime::setTime() DateTime::modify() DateTime::format() DateTime::setDate() DateTime::setTime() DateTime::modify() DateTime::format() ANSWER DOWNLOAD EXAMIANS APP