mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-09 00:31:45 +01:00
10 lines
136 B
Markdown
10 lines
136 B
Markdown
# is_array
|
|
|
|
Return true if the variable passed to it is an array.
|
|
|
|
## Basic usage
|
|
|
|
```smarty
|
|
{if $myVar|is_array}it's an array{/if}
|
|
```
|