is_array

 bool is_array ( mixed $var ) 

説明

Finds whether the given variable is an array.

戻り値

Returns TRUE if var is an array, FALSE otherwise.