PHP Classes

File: libs/Twig/doc/tags/flush.rst

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Twig/doc/tags/flush.rst   Download  
File: libs/Twig/doc/tags/flush.rst
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 282 bytes
 

Contents

Class file image Download
``flush`` ========= .. versionadded:: 1.5 The flush tag was added in Twig 1.5. The ``flush`` tag tells Twig to flush the output buffer: .. code-block:: jinja {% flush %} .. note:: Internally, Twig uses the PHP `flush`_ function. .. _`flush`: http://php.net/flush