Snippets tagged “configuration-directives”
1 snippet uses this tag.
- How to disable output buffering in PHPPHP
In PHP, you can disable output buffering by calling the ob_end_flush() function or flush() function.
1 snippet uses this tag.
In PHP, you can disable output buffering by calling the ob_end_flush() function or flush() function.