Function __global->ob_end_clean

Definitions

sources_custom/phpstub.php

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

Returns

  • Success status (could fail if there is no buffer)
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Clean (erase) the output buffer and turn off output buffering.
 *
 * @return boolean Success status (could fail if there is no buffer)
 */

function ob_end_clean() : bool