ob_get_clean() removes the buffer (without printing it), and returns its content.
ob_get_flush() prints the buffer, removes it, and returns its content.
Both function will terminate the buffer.
ob_get_clean() removes the buffer (without printing it), and returns its content.
ob_get_flush() prints the buffer, removes it, and returns its content.
Both function will terminate the buffer.