PHP Date and Timestamp How many methods does the DateTime class have? 8 11 9 10 8 11 9 10 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_timezone_set() date_default_timezoneset() datedefault_timezone_set() date_defaulttimezone_set() date_default_timezone_set() date_default_timezoneset() datedefault_timezone_set() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp What will be the output of the following PHP code?echo (checkdate(4,31,2010) ? 'Valid' : 'Invalid'); Invalid TRUE Valid FALSE Invalid TRUE Valid FALSE ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which of the following is the right way to use the DateTime class? $date = class DateTime; $date = new DateTime(); $date = get_Class(DateTime); $date = new class DateTime(); $date = class DateTime; $date = new DateTime(); $date = get_Class(DateTime); $date = new class DateTime(); ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The getdate() function returns An integer A string A floating-point number A Boolean An array An integer A string A floating-point number A Boolean An array ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................Checks a date for numeric validity. Verify_date check_date verifydate checkdate Verify_date check_date verifydate checkdate ANSWER DOWNLOAD EXAMIANS APP