Checking if a variable is an array
It is possible to check either a variable in PHP is an array or not. This is done by using is_array method.
Result of this function will be true, if a variable is an array and false if it is not.
It is possible to check either a variable in PHP is an array or not. This is done by using is_array method.
Result of this function will be true, if a variable is an array and false if it is not.
Comments
Post a Comment