In php, I was wondering how I check if a variable equals any of the variables in a list.
I thought I could try something like
if( $example == array($one, $two, $three, $four, $five) ) {
//code here
}
This didn't work, is there a similar way of doing it? Otherwise, what would be the best way to do it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…