PHP Date and Timestamp Which one of the following function is useful for producing a timestamp based on a given date and time. mrtime() mtime() time() mktime() mrtime() mtime() time() mktime() 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 FALSE Valid TRUE Invalid FALSE Valid TRUE 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”) strtotime(“+45 days”) strtotime(“-45 days”) totime(“+45 days”) totime(“+45”) strtotime(“+45 days”) strtotime(“-45 days”) totime(“+45 days”) ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp ................ Formats a local time or date according to locale settings. strhtime strgtime stritime strftime strhtime strgtime stritime strftime 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? There is no difference The two will never match The two will only match if the local time zone is GMT None of these It depends on the number of hours between the local time zone and GMT There is no difference The two will never match The two will only match if the local time zone is GMT None of these It depends on the number of hours between the local time zone and GMT 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, without zeros Day of month, with leading zero Complete text representation of month Daylight saving time Day of month, without zeros Day of month, with leading zero Complete text representation of month Daylight saving time ANSWER DOWNLOAD EXAMIANS APP