PHP Date and Timestamp ................ Formats a local time or date according to locale settings. strftime stritime strgtime strhtime strftime stritime strgtime strhtime ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The getdate() function returns A floating-point number A string An integer An array A Boolean A floating-point number A string An integer An array A Boolean ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................Checks a date for numeric validity. verifydate check_date checkdate Verify_date verifydate check_date checkdate Verify_date 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() 3 2 4 1 3 2 4 1 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which function displays the web page’s most recent modification date? getlastmod() lastmod() last_mod() get_last_mod() getlastmod() lastmod() last_mod() get_last_mod() 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