%PDF- %PDF-
Direktori : /home/emtnaeewxm/www/vendor/twig/twig/doc/filters/ |
Current File : /home/emtnaeewxm/www/vendor/twig/twig/doc/filters/sort.rst |
``sort`` ======== The ``sort`` filter sorts an array: .. code-block:: twig {% for user in users|sort %} ... {% endfor %} .. note:: Internally, Twig uses the PHP `asort`_ function to maintain index association. It supports Traversable objects by transforming those to arrays. .. _`asort`: https://secure.php.net/asort