Jump to content

[SOLVED] Finding elements that are in one array that are not in another


tibberous

Recommended Posts

I need to find all the elements that are in one array and not the other. I was able to do this with a foreach loop and the in_array function, but I was wondering if there isn't a more efficient way, since right now it is comparing an array of several thousand items to another array of several thousand items.

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.