PHP Date and Timestamp The ......... function parses an English textual date or time into a Unix timestamp. str_to_time() strtodate() stroftime() strtotime() str_to_time() strtodate() stroftime() strtotime() ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which method is simply an object-oriented version of date()? DateTime::setDate() DateTime::setTime() DateTime::format() DateTime::modify() DateTime::setDate() DateTime::setTime() DateTime::format() DateTime::modify() 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 Valid FALSE TRUE Invalid Valid FALSE TRUE ANSWER DOWNLOAD EXAMIANS APP
PHP Date and Timestamp Which one of the following format parameter can be used to identify timezone? E I N T E I N T 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. mktime() mrtime() time() mtime() mktime() mrtime() time() mtime() 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