PHP Date and Timestamp Which one of the following format parameter can be used to identify timezone? I N T E I N T E ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following function is useful for producing a timestamp based on a given date and time. mktime() mtime() mrtime() time() mktime() mtime() mrtime() time() 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() 2 4 3 1 2 4 3 1 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................Checks a date for numeric validity. Verify_date checkdate verifydate check_date Verify_date checkdate verifydate check_date ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which method is simply an object-oriented version of date()? DateTime::setDate() DateTime::format() DateTime::modify() DateTime::setTime() DateTime::setDate() DateTime::format() DateTime::modify() DateTime::setTime() 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") ) 30 22 JUNE 2013 30 22 JUNE 2013 ANSWER DOWNLOAD EXAMIANS APP