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