mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-03 13:51:36 +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}