PHP Date and Timestamp Which function displays the web page’s most recent modification date? lastmod() get_last_mod() getlastmod() last_mod() lastmod() get_last_mod() getlastmod() last_mod() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The getdate() function returns A string A floating-point number A Boolean An array An integer A string A floating-point number A Boolean An array An integer ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following format parameter can be used to identify timezone? E I T N E I T N ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which of the following statements can be used to add two months to the existing date? $date = modify(‘+2 months’); $date->modify(‘+2 months’); $date->modify(‘2+ months’); $date = modify(‘2+ months’); $date = modify(‘+2 months’); $date->modify(‘+2 months’); $date->modify(‘2+ months’); $date = modify(‘2+ months’); ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What is the difference, in seconds, between the current timestamp in the GMT time zone and the current timestamp in your local time zone? There is no difference None of these It depends on the number of hours between the local time zone and GMT The two will only match if the local time zone is GMT The two will never match There is no difference None of these It depends on the number of hours between the local time zone and GMT The two will only match if the local time zone is GMT The two will never match ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The date() function returns ___ representation of the current date and/or time. Integer String Boolean Float Integer String Boolean Float ANSWER DOWNLOAD EXAMIANS APP