PHP Classes

File: libs/Twig/doc/filters/keys.rst

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Twig/doc/filters/keys.rst   Download  
File: libs/Twig/doc/filters/keys.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: 219 bytes
 

Contents

Class file image Download
``keys`` ======== The ``keys`` filter returns the keys of an array. It is useful when you want to iterate over the keys of an array: .. code-block:: jinja {% for key in array|keys %} ... {% endfor %}