|
is_arrayFinds whether a variable is an array Description
bool is_array(mixed
$value )Finds whether the given variable is an array. Parameters
Return Values
Returns Examples
Example #1 Check that variable is an array
The above example will output: Array not an Array See Also
|