Q. Which function is used to generate unique IDs in PHP?
β
Correct Answer: (C)
uniqid()
Explanation: uniqid() generates a unique identifier based on the current time in microseconds.