PHP Classes

File: Library/vendor/twig/twig/doc/filters/abs.rst

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/twig/twig/doc/filters/abs.rst   Download  
File: Library/vendor/twig/twig/doc/filters/abs.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: 247 bytes
 

Contents

Class file image Download
``abs`` ======= The ``abs`` filter returns the absolute value. .. code-block:: jinja {# number = -5 #} {{ number|abs }} {# outputs 5 #} .. note:: Internally, Twig uses the PHP `abs`_ function. .. _`abs`: http://php.net/abs