摘要: 1.首先我们有一个PHP内置函数 count(); count(array,mode); array是数组,mode默认为0,1是递归的计数 <?php if(count($arr) == count($arr,1)){ echo "是一维";}else{ echo "不是一维";} 阅读全文
posted @ 2018-11-06 20:03 龙卷风之殇 阅读(2039) 评论(0) 推荐(0)
摘要: Loaded plugins: fastestmirror, langpacksOne of the configured repositories failed (Unknown),and yum doesn't have enough cached data to continue. At th 阅读全文
posted @ 2018-11-06 15:46 龙卷风之殇 阅读(1614) 评论(0) 推荐(0)