Suppose there is an N-th number of arrays containing user IDs.
An example of such an array:
Array ( [0] => 241439019 [1] => 326313377 [2] => 289968681 [3] => 144237940 [4] => 174916220 ) How to remember people trapped in these arrays?
PS User ID can get into several arrays at once and it should also be remembered.
Expected output:
User: "The identifier", and "The number of times the indicator was repeated in arrays"
array_mergeand count repetitionsarray_count_values- teran