PHP Date and Timestamp Which one of the following function is useful for producing a timestamp based on a given date and time. time() mtime() mrtime() mktime() time() mtime() mrtime() mktime() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The ......... function parses an English textual date or time into a Unix timestamp. str_to_time() strtotime() strtodate() stroftime() str_to_time() strtotime() strtodate() stroftime() 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 1 4 2 3 1 4 2 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which method enables you to calculate whether daylight saving time is in force at a specific date and time? getTranitions() getOffset() savingTime() ISODate() getTranitions() getOffset() savingTime() ISODate() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many constants does the DateTime class have? 11 10 9 8 11 10 9 8 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................Checks a date for numeric validity. checkdate check_date verifydate Verify_date checkdate check_date verifydate Verify_date ANSWER DOWNLOAD EXAMIANS APP