InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following function is useful for producing a timestamp based on a given date and time?(a) time()(b) mktime()(c) mrtime()(d) mtime()The question was posed to me by my school principal while I was bunking the class.Query is from Date and Timestamp topic in portion File and Session Handling in PHP of PHP |
|
Answer» The correct choice is (b) mktime() |
|