PHP Classes

File: Library/vendor/twig/twig/doc/tags/flush.rst

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/twig/twig/doc/tags/flush.rst   Download  
File: Library/vendor/twig/twig/doc/tags/flush.rst
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 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