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 You must make a call to ................... to specify what time zone you want calculations to take place in before calling any date functions. date_defaulttimezone_set() date_default_timezoneset() date_default_timezone_set() datedefault_timezone_set() date_defaulttimezone_set() date_default_timezoneset() date_default_timezone_set() datedefault_timezone_set() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many methods does the DateTime class have? 10 9 8 11 10 9 8 11 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() 4 2 3 1 4 2 3 1 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which of the following functions do not return a timestamp?1. time()2. date()3. strtotime()4. localtime()5. gmmktime() Option 2 and 4 Option 2 and 4 Option 1 and 4 Option 1 and 5 Option 2 and 4 Option 2 and 4 Option 1 and 4 Option 1 and 5 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................ Formats a local time or date according to locale settings. stritime strhtime strgtime strftime stritime strhtime strgtime strftime ANSWER DOWNLOAD EXAMIANS APP