Q. Which of the following starts output buffering?
β
Correct Answer: (A)
ob_start()
Explanation: ob_start() turns on output buffering in PHP.