Explanation:
The time() function returns current Unix timestamp.
Answer options A and D are incorrect. The date() function returns a string, whereas the localtime() function returns an array.
Answer option C is correct. The strtotime() function parses about any English textual datetime description into a Unix timestamp.