Q. Which function is used to start output buffering in PHP?
β
Correct Answer: (A)
ob_start()
Explanation: ob_start() turns on output buffering, so output is stored in buffer instead of sent immediately.