Q. Which PHP function gets the Unix timestamp? (A) now() (B) time() (C) timestamp() (D) date() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) time() Explanation: time() returns the current Unix timestamp.