Q. Which PHP function generates a random integer securely?
β
Correct Answer: (C)
random_int()
Explanation: random_int() is cryptographically secure.