mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-30 14:29:25 +01:00
136 B
136 B
is_array
Return true if the variable passed to it is an array.
Basic usage
{if $myVar|is_array}it's an array{/if}