PHP Date and Timestamp The ......... function parses an English textual date or time into a Unix timestamp. strtodate() str_to_time() strtotime() stroftime() strtodate() str_to_time() strtotime() stroftime() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What would happen if the following script were run on a Windows server set to Moscow, Russia’s time zone?echo gmmktime(0, 0, 0, 1, 1, 1970); It would output the number 0 It would output nothing It would output the number 1 It would output the number -1 It would output the number 0 It would output nothing It would output the number 1 It would output the number -1 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. mrtime() mktime() mtime() time() mrtime() mktime() mtime() time() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Among the four PHP DateTimeZone classes given below how many are static?1. listAbbreviations()2. getName()3. getOffset()4. listIdentifiers() 2 4 3 1 2 4 3 1 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 2013 22 30 JUNE 2013 22 30 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp .......... Returns the time of sunrise for a given day / location. date.sunrise() date-sunrise() date_sunrise() datesunrise() date.sunrise() date-sunrise() date_sunrise() datesunrise() ANSWER DOWNLOAD EXAMIANS APP