mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-09 02:30:55 +02: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}