douhaodang0403 2017-11-10 09:45
浏览 28
已采纳

检查php数组是否包含值[重复]

This question already has an answer here:

i have an array $captions and i want to check if there is at least one value inside or not. the array could looks like that:

Array
(
    [0] => 84
    [1] => 
    [2] => 82
    [3] => 
    [4] => 
    [5] => 
    [6] => 
    [7] => 
    [8] => 
    [9] => 
)

and my way to check if there is "more than 0", "more than 1"...

if (count($captions) > 0)   { echo '<br>bigger than 0';}
if (count($captions) === 1) {echo '<br>is 1';};
if (count($captions) > 1)   {echo '<br>gbigger than 1';};
if (count($captions) > 2)   {echo '<br>bigger than 2';}

but: it gives me with this array above follwing result:

bigger than 0
bigger than 1
bigger than 2

"bigger than 2" should not be, because the array contains only two values? what am i getting wrong?

</div>
  • 写回答

3条回答 默认 最新

  • douya1855 2017-11-10 09:48
    关注

    You need to do like this (using array_filter()):-

    echo  "equal to" . count(array_filter($array));
    

    Output:- https://eval.in/897055 Or https://eval.in/897063

    Note:- In your code you are counting empty values too, hense ambiguity occur. You need to first remove empty values and then need to count.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料