We can check a variable with the help of is_array() function in PHP. It's return true if variable is an array and return false otherwise. Example. $var = array( ...
確定! 回上一頁