PHP Date and Timestamp How many constants does the DateTime class have? 10 9 11 8 10 9 11 8 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The ......... function parses an English textual date or time into a Unix timestamp. strtodate() strtotime() stroftime() str_to_time() strtodate() strtotime() stroftime() str_to_time() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which function displays the web page’s most recent modification date? last_mod() lastmod() get_last_mod() getlastmod() last_mod() lastmod() get_last_mod() getlastmod() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp If the format is F then which one of the following will be returned? Daylight saving time Complete text representation of month Day of month, with leading zero Day of month, without zeros Daylight saving time Complete text representation of month Day of month, with leading zero Day of month, without zeros 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 .......... 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