Q. Which PHP function checks if output buffering is active?
β
Correct Answer: (C)
ob_get_level()
Explanation: ob_get_level() returns the nesting level of output buffering.