PHP Date and Timestamp Which one of the following format parameter can be used to identify timezone? N T I E N T I E ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp The getdate() function returns A floating-point number A string A Boolean An array An integer A floating-point number A string A Boolean An array An integer ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Say you want to calculate the date 45 days from the present date which one of the following statement will you use? totime(“+45 days”) strtotime(“+45 days”) totime(“+45”) strtotime(“-45 days”) totime(“+45 days”) strtotime(“+45 days”) totime(“+45”) strtotime(“-45 days”) 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 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 It depends on the number of hours between the local time zone and GMT The two will never match None of these There is no difference The two will only match if the local time zone is GMT It depends on the number of hours between the local time zone and GMT The two will never match None of these There is no difference ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp How many methods does the DateTime class have? 10 11 8 9 10 11 8 9 ANSWER DOWNLOAD EXAMIANS APP