示例#1
0
文件: UArray.php 项目: pixel418/ubiq
 public static function isSequential($array)
 {
     return !\UArray::isAssociative($array);
 }