1 <?php
2 
3     if (count($array) == count($array, 1)) {
4         echo '是一维数组';
5     } else {
6         echo '不是一维数组';
7     }