Hi,
How to check whether the PHP variable is an array? $value is my PHP variable and how to check whether it is an array?
Hi,
How to check whether the PHP variable is an array? $value is my PHP variable and how to check whether it is an array?
php has function named is_array($var) which returns bool to indicate whether parameter is array or not http://ir.php.net/is_array