is_array

Example

 bool is_array ( mixed $var ) 

Description

Finds whether the given variable is an array.

Return Values

Returns TRUE if var is an array, FALSE otherwise.