Q. Which function is used to round a number to the nearest integer in PHP?
β
Correct Answer: (A)
round()
Explanation: round() rounds a float to the nearest integer.