SproutCMS

This is the code documentation for the SproutCMS project

function _obEndClean()

Ends the current output buffer with callback in mind
PHP doesn't pass the output to the callback defined in ob_start() since 5.4

Usage

boolean Kohana::_obEndClean ( [ callback $callback ] );

Authors

Arguments

  1. callback $callback = NULL

Return value

  • boolean