Currently I have 2 array:
array(1, 2, 3, 4);
array(4, 5, 6, 7);
How can I check if there is at least one equal value in both of them? (The example above has 1 equal value => 4, so the function should return true).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…