PHP Date and Timestamp The ......... function parses an English textual date or time into a Unix timestamp. strtotime() stroftime() strtodate() str_to_time() strtotime() stroftime() strtodate() str_to_time() 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 30 2013 JUNE 22 30 2013 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................Checks a date for numeric validity. verifydate Verify_date check_date checkdate verifydate Verify_date check_date checkdate 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() 1 2 3 4 1 2 3 4 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The date() function returns ___ representation of the current date and/or time. Boolean String Integer Float Boolean String Integer Float ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following format parameter can be used to identify timezone? E T N I E T N I ANSWER DOWNLOAD EXAMIANS APP