a Sensio Labs Product

The flexible, fast, and secure
template engine for PHP

Tests » empty

Questions & Feedback

License

Creative Commons License Twig documentation is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.

emptyΒΆ

empty checks if a variable is empty:

1
2
3
4
{# evaluates to true if the foo variable is null, false, an empty array, or the empty string #}
{% if foo is empty %}
    ...
{% endif %}
This website is powered by PHP and Twig. The Twig logo is © 2010-2012 Sensio Labs