Q. Which function is used to end output buffering and flush the output buffer?
β
Correct Answer: (A)
ob_end_flush()
Explanation: ob_end_flush() flushes (sends) the output buffer and turns off output buffering.