Q. Which function is used to get the current date and time in PHP?
β
Correct Answer: (C)
date()
Explanation: The date() function formats a local date and time.