Q. Which PHP function gets the Unix timestamp?
β
Correct Answer: (B)
time()
Explanation: time() returns the current Unix timestamp.
Explanation: time() returns the current Unix timestamp.