Without looping through each value in an array, is there any shortcut to checking whether it contains values over 0?
Eg
array(3,0,0)
would be TRUE
array(0,0,0)
would be FALSE
array(-2,0,-3)
would be FALSE
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…