Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 136 Bytes

language-modifier-is_array.md

File metadata and controls

9 lines (6 loc) · 136 Bytes

is_array

Return true if the variable passed to it is an array.

Basic usage

{if $myVar|is_array}it's an array{/if}