News

Long story short, i'm trying to optimize a situation where I need to iterate through an array of about 3000 items and check to see if they are in another array of up to 3000 items.Obviously, the ...
This one's a classic case of "easy when you know how." How many times have you grabbed a comma-separated string, exploded it into an array, and assigned each item in the array to its own variable?