if you mean the output buffer, this is cleared automatically at the end of the script. if your buffer is becoming very large and you are having memory problems then you can consider flushing the buffer at intervals in your code. flushing sends the output to the browser, cleaning destroys the current buffer.
i recall that there is also a setting in php.ini for limiting the buffer size.
if you don't mean the output buffer, what do you mean?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.