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