isArray(arr)); // Output: true In PHP, you can use the is_array() function to check if a ... var_dump($arr instanceof Array); // Output: bool(false).
確定! 回上一頁