Checking if PHP variable is an array
It is possible to check if a PHP variable is an array or not. To perform this operation is_array method needs to be used.
If PHP variable is an array then this function will return true, and it return false if it is not an array.
Comments
Post a Comment