Function __global->cms_ob_end_clean

Definitions

sources/global2.php

  • Recursively clean (erase) the output buffer and turn off output buffering.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Preview

Code (PHP)

/**
 * Recursively clean (erase) the output buffer and turn off output buffering.
 *
 */

function cms_ob_end_clean()
 

sources/minikernel.php

  • Recursively clean (erase) the output buffer and turn off output buffering.Does not disable the output handler, you need to call disable_output_compression() for that.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Preview

Code (PHP)

/**
 * Recursively clean (erase) the output buffer and turn off output buffering.Does not disable the output handler, you need to call disable_output_compression() for that.
 *
 */

function cms_ob_end_clean()