Categories
How to check if multiple variables match?
There are variables
$var1 = 22687; $var2 = 22687; $var3 = 54464;
Answer the question
In order to leave comments, you need to log in
$array = [22687, 22687, 22688]; $result = array_count_values($array);
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question