Finding the intersection of an arbitrary number (n) of arrays (n <= 6, always), PHP
I have code that for every client $client I end up with an array of business IDs $ids[]. I can have at any point in the code I can have up to 6 clients in this function, the clients are stored in their own array inside a client object. What I am trying to figure … Read more