blob: 332e98251455613b39b8b502444481cc0a5a03c3 [file] [log] [blame]
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001``flush``
2=========
3
4The ``flush`` tag tells Twig to flush the output buffer:
5
6.. code-block:: twig
7
8 {% flush %}
9
10.. note::
11
12 Internally, Twig uses the PHP `flush`_ function.
13
14.. _`flush`: https://secure.php.net/flush