The What
Description
The is_array
function checks if the value of the specified variable is actually an array data type.
Parameters
var
- One or more variables to check.
Return Values
It returns TRUE
when the variable’s value is an array data type; else it returns FALSE
.