fenom/docs/ru/mods/length.md

10 lines
223 B
Markdown
Raw Normal View History

2014-08-01 12:12:19 +04:00
Modifier length
===============
The modifier returns the number of items of a sequence or mapping, or the length of a string (works with UTF8 without `mbstring`)
```smarty
{if $images|length > 5}
to many images
{/if}
```