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 3 1 2 4 3 1 2 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many constants does the DateTime class have? 8 10 9 11 8 10 9 11 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which of the following is the right way to use the DateTime class? $date = new class DateTime(); $date = get_Class(DateTime); $date = class DateTime; $date = new DateTime(); $date = new class DateTime(); $date = get_Class(DateTime); $date = class DateTime; $date = new DateTime(); 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() stroftime() strtodate() str_to_time() strtotime() stroftime() strtodate() 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() savingTime() ISODate() getOffset() getTranitions() savingTime() ISODate() getOffset() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What is the difference, in seconds, between the current timestamp in the GMT time zone and the current timestamp in your local time zone? The two will only match if the local time zone is GMT None of these There is no difference It depends on the number of hours between the local time zone and GMT The two will never match The two will only match if the local time zone is GMT None of these There is no difference It depends on the number of hours between the local time zone and GMT The two will never match ANSWER DOWNLOAD EXAMIANS APP