Related Functions
is_array
PHP 4.0+Finds whether a variable is an array, returning true for arrays and false for all other data types.
Description
The is_array()
Finds whether a variable is an array, returning true for arrays and false for all other data types.
Example