Twig
The flexible, fast, and securetemplate engine for PHP
flush
Found a typo or an error? Want to improve this document? Edit it.
Need support or have a technical question? Ask support on Stack Overflow.
The flush tag tells Twig to flush the output buffer:
1
{% flush %}
Note
Internally, Twig uses the PHP flush function.