gmarche/vendor/twig/twig/doc/tags/flush.rst

15 lines
225 B
ReStructuredText

``flush``
=========
The ``flush`` tag tells Twig to flush the output buffer:
.. code-block:: twig
{% flush %}
.. note::
Internally, Twig uses the PHP `flush`_ function.
.. _`flush`: https://secure.php.net/flush