Function __global->ob_end_flush
Definitions
sources_custom/phpstub.php
- Flush (output and 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)
/**
* Flush (output and erase) the output buffer and turn off output buffering.
*
* @return boolean Success status (could fail if there is no buffer)
*/
function ob_end_flush() : bool
* Flush (output and erase) the output buffer and turn off output buffering.
*
* @return boolean Success status (could fail if there is no buffer)
*/
function ob_end_flush() : bool

