Q. Which PHP function is used to flush output buffers?
β
Correct Answer: (A)
ob_flush()
Explanation: ob_flush() flushes the output buffer.