PHP Date and Timestamp Among the four PHP DateTimeZone classes given below how many are nonstatic?1. _construct()2. getName()3. getOffset()4. getTransitions() 1 4 2 3 1 4 2 3 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_default_timezoneset() date_default_timezone_set() datedefault_timezone_set() date_defaulttimezone_set() date_default_timezoneset() date_default_timezone_set() datedefault_timezone_set() date_defaulttimezone_set() 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. time() mtime() mktime() mrtime() time() mtime() mktime() mrtime() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many constants does the DateTime class have? 8 9 10 11 8 9 10 11 ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The date() function returns ___ representation of the current date and/or time. Boolean String Float Integer Boolean String Float Integer ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp If the format is F then which one of the following will be returned? Day of month, with leading zero Day of month, without zeros Daylight saving time Complete text representation of month Day of month, with leading zero Day of month, without zeros Daylight saving time Complete text representation of month ANSWER DOWNLOAD EXAMIANS APP