Function __global->ob_implicit_flush
Definitions
sources_custom/phpstub.php
- Turn implicit flush on/off .
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $flag | integer | No | No | required parameter | N/A | N/A | Flag (1 for on, 0 for off) |
Preview
Code (PHP)
/**
* Turn implicit flush on/off .
*
* @param integer $flag Flag (1 for on, 0 for off)
*/
function ob_implicit_flush(int $flag)
* Turn implicit flush on/off .
*
* @param integer $flag Flag (1 for on, 0 for off)
*/
function ob_implicit_flush(int $flag)

