I have an array which returns like this:
array (size=1)
0 =>
array (size=2)
'casualty_charge' => null
'count' => string '0' (length=1)
Now How can I evaluate this array to false where key values for casualty_charge isNullorcountis0`
casualty_charge=Nullorcount = 0I want to evaluate it to false.