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