Q. Which PHP function returns the current Unix timestamp?
β
Correct Answer: (A)
time()
Explanation: time() returns the current time as a Unix timestamp.