SproutCMS

This is the code documentation for the SproutCMS project

function closeBuffers()

Closes all open output buffers, either by flushing or cleaning, and stores the Kohana
output buffer for display during shutdown.

Usage

void Kohana::closeBuffers ( [ boolean $flush ] );

Authors

Arguments

  1. boolean $flush = TRUE
    disable to clear buffers, rather than flushing

Return value

  • void