Function __global->ob_start

Definitions

sources_custom/phpstub.php

  • Turn on output buffering.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$output_callback ?mixed Null N/A N/A Callback after output is going to flush, works as a filter (null: none)
$chunk_size integer 0 N/A N/A Buffer will be auto-flushed after this amount (0: no limit)
$flags integer 112 N/A N/A A PHP_OUTPUT_HANDLER_* constant

Return

  • Success status
  • Type: boolean
  • Set: N/A
  • Range: N/A